【codeforces 19/11/27 div2】D. A Game with Traps
摘要:1 #pragma warning(disable:4996) 2 3 #include<iostream> 4 #include<string> 5 #include<queue> 6 #include<stack> 7 #include<vector> 8 #include<map> 9 #in
阅读全文
posted @
2019-11-29 18:22
thjkhdf12
阅读(213)
推荐(0)
【二分+前缀和】P1314 聪明的质监员
摘要:1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib>
阅读全文
posted @
2019-10-29 14:05
thjkhdf12
阅读(101)
推荐(0)
【codeforces 19/10/24 div2】D. Salary Changing
摘要:1 #include<iostream> 2 #include<string> 3 #include<queue> 4 #include<stack> 5 #include<vector> 6 #include<map> 7 #include<cstdio> 8 #include<cstdlib>
阅读全文
posted @
2019-10-25 13:36
thjkhdf12
阅读(248)
推荐(0)
【SPFA】P1462 通往奥格瑞玛的道路
摘要:1 #include<cstdio> 2 #include<algorithm> 3 #include<iostream> 4 using namespace std; 5 #define INF 0x3f3f3f3f 6 using namespace std; 7 8 int n, m, k;
阅读全文
posted @
2019-10-09 13:32
thjkhdf12
阅读(116)
推荐(0)