短发y
短发y
全部文章
分类
CF(1)
博弈SG函数(2)
博弈进阶(3)
未归档(148)
构造题(1)
简单博弈(7)
归档
标签
去牛客网
登录
/
注册
短发
我也有一壶酒,也可以慰风尘
全部文章
(共162篇)
Choose the best route HDU - 2680 (还是用vector存图哒~ Dijkstra 最短路)
One day , Kiki wants to visit one of her friends. As she is liable to carsickness , she wants to arrive at her friend’s home as soon as possible . Now...
2018-07-18
0
409
一个人的旅行 HDU - 2066 (还是用Vector存哒--Dijkstra)
虽然草儿是个路痴(就是在杭电待了一年多,居然还会在校园里迷路的人,汗~),但是草儿仍然很喜欢旅行,因为在旅途中 会遇见很多人(白马王子,^0^),很多事,还能丰富自己的阅历,还可以看美丽的风景……草儿想去很多地方,她想要去东京铁塔看夜景,去威尼斯看电影,去阳明山上看海芋,去纽约纯粹看雪景,去巴黎喝咖...
2018-07-18
0
325
最短路 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
首页
上一页
3
4
5
6
7
8
9
10
11
12
下一页
末页