短发y
短发y
全部文章
未归档
CF(1)
博弈SG函数(2)
博弈进阶(3)
构造题(1)
简单博弈(7)
归档
标签
去牛客网
登录
/
注册
短发
我也有一壶酒,也可以慰风尘
全部文章
/ 未归档
(共148篇)
最短路 HDU - 2544 (邻接矩阵存图 && vector 存图 Dijkstra + SPFA)
在每年的校赛里,所有进入决赛的同学都会获得一件很漂亮的t-shirt。但是每当我们的工作人员把上百件的衣服从商店运回到赛场的时候,却是非常累的!所以现在他们想要寻找最短的从商店到赛场的路线,你可以帮助他们吗? Input 输入包括多组数据。每组数据第一行是两个整数N、M(N<=100...
2018-07-18
0
347
STL 基础运用(vector set map容器基础用法 , 其它)
vector //vector(容器) #include??<vector> vector<int> vec; vector[0];//使用下标访问元素; vec.front();//取vec中的第一个元素; vec.back();//取vec中的最末一个元素; vec....
2018-07-17
0
356
Codeforces Round #498 (Div. 3)-C. Three Parts of the Array
C. Three Parts of the Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You ...
2018-07-17
0
329
Codeforces Round #498 (Div. 3)-B. Polycarp's Practice
B. Polycarp's Practice time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Polycarp...
2018-07-17
0
497
Codeforces Round #498 (Div. 3)-A. Adjacent Replacements
A. Adjacent Replacements time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Mishka ...
2018-07-17
0
382
Educational Codeforces Round 47 (Rated for Div. 2)-C. Annoying Present
C. Annoying Present time limit per test 2 seconds memory limit per test 256 ...
2018-07-16
0
382
Educational Codeforces Round 47 (Rated for Div. 2)--B. Minimum Ternary String
B. Minimum Ternary String time limit per test 1 second memory limit per test ...
2018-07-16
0
500
Educational Codeforces Round 47 (Rated for Div. 2)--A. Game Shopping
A. Game Shopping time limit per test 1 second memory limit per test 256 megabytes input standard input o...
2018-07-16
0
554
Oil Deposits HDU - 1241 (深搜 dfs )
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
2018-07-14
0
268
棋盘问题 POJ - 1321 (深搜)
在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。 Input 输入含有多组测试数据。 每组数据的第一行是两个正整数,n k,用一个空格隔开,...
2018-07-14
0
261
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页