摘要:
P2483 [SDOI2010]魔法猪学院 k短路模板 1 #include<queue> 2 #include<cstdio> 3 #include<cstring> 4 #include<algorithm> 5 using namespace std; 6 const int maxn=100 阅读全文
摘要:
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 阅读全文
摘要:
P1151 子数整数 阅读全文
摘要:
P2708 硬币翻转 模拟 阅读全文
摘要:
P1878 舞蹈课 小根堆 阅读全文
摘要:
P2338 [USACO14JAN]失败的滑雪Bessie Slows Down 模拟 阅读全文
摘要:
1054 电梯 题目描述 Description 一个简单的数学模拟题! 有一座电梯,它的性能如下: 上升一层需要6秒钟,下降一层需要4秒钟,如果要让它停下,它会停5秒钟. 现在告诉你它要按顺序到达然后停靠的N个楼层,求它需要的时间. 电梯开始在0层,楼梯共有100层. 输入(elevator.in 阅读全文
摘要:
P1135 奇怪的电梯 spfa 阅读全文