失散
失散
全部文章
# bulabula
# ...(2)
# C语言基础(3)
# 动态规划(5)
# 数据结构(4)
# 贪心(8)
Hadoop(8)
Hive(10)
java(2)
Linux(2)
未归档(17)
杂七杂八(5)
经验分享(4)
归档
标签
去牛客网
登录
/
注册
白展堂点你哟
一山一水皆故人
全部文章
/ # bulabula
(共14篇)
快速排序函数模块
int a[101], n; void quicksort(int left, int right) { int i, j, t, temp; if(left > right) return; temp = a[left];//temp中存的就是基准数; i = left; j...
2017-01-14
0
403
B. Canvas Frames
Nicholas, a painter is going to paint several new canvases. Nicholas is sure that the canvases will turn out so great that each one will need framing ...
2016-12-03
0
351
A. Greg's Workout
Greg is a beginner bodybuilder. Today the gym coach gave him the training plan. All it had was n integers a1, a2, ..., an. These numbers mean that Gre...
集训队练习赛
2016-12-03
0
399
商人的诀窍
Problem Description E_star和von是中国赫赫有名的两位商人,俗话说的好无商不奸,最近E_star需要进一批苹果。可是他需要的苹果只有von才有,von的苹果都存在他的传说中很牛叉的仓库里,每个仓库都存了不同种类的苹果,而且每个仓库里的苹果的价钱不同。如果E_star...
山东理工ACM训练题
2016-12-02
0
433
首页
上一页
1
2
下一页
末页