上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: P2483 [SDOI2010]魔法猪学院 k短路模板 1 #include<queue> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 const int maxn=100 阅读全文
posted @ 2017-09-04 22:05 Alex丶Baker 阅读(249) 评论(0) 推荐(0) 编辑
摘要: Remmarguts' Date k短路模板 1 #include<queue> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 const int maxn=1005; 7 阅读全文
posted @ 2017-09-03 19:27 Alex丶Baker 阅读(161) 评论(0) 推荐(0) 编辑
摘要: P1151 子数整数 阅读全文
posted @ 2017-09-03 10:21 Alex丶Baker 阅读(151) 评论(0) 推荐(0) 编辑
摘要: P2708 硬币翻转 模拟 阅读全文
posted @ 2017-09-03 08:05 Alex丶Baker 阅读(237) 评论(0) 推荐(0) 编辑
摘要: P1878 舞蹈课 小根堆 阅读全文
posted @ 2017-09-02 21:57 Alex丶Baker 阅读(298) 评论(0) 推荐(0) 编辑
摘要: P2338 [USACO14JAN]失败的滑雪Bessie Slows Down 模拟 阅读全文
posted @ 2017-09-02 19:04 Alex丶Baker 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 1054 电梯 题目描述 Description 一个简单的数学模拟题! 有一座电梯,它的性能如下: 上升一层需要6秒钟,下降一层需要4秒钟,如果要让它停下,它会停5秒钟. 现在告诉你它要按顺序到达然后停靠的N个楼层,求它需要的时间. 电梯开始在0层,楼梯共有100层. 输入(elevator.in 阅读全文
posted @ 2017-09-02 14:35 Alex丶Baker 阅读(190) 评论(0) 推荐(0) 编辑
摘要: P1135 奇怪的电梯 spfa 阅读全文
posted @ 2017-09-02 09:07 Alex丶Baker 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1051. [Vijos1021] Victoria的舞会1 阅读全文
posted @ 2017-09-01 21:57 Alex丶Baker 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 1052. [Vijos1022] Victoria的舞会2 并查集吧。。。 阅读全文
posted @ 2017-09-01 21:11 Alex丶Baker 阅读(198) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页