申屠志刚
申屠志刚
全部文章
未归档
ACM(1)
C(128)
C++(380)
C.++(1)
CTF(44)
C语言(34)
DP(4)
JAVA(2)
Python(1)
博弈论(1)
并查集(2)
最小生成树(1)
最短路(2)
浙江理工大学2018年10月赛(2)
生成树(1)
申屠志刚的ACM之路(37)
申屠志刚的CTF之路(2)
矩阵(1)
线段树(1)
经典问题(1)
背包问题(1)
语法(1)
归档
标签
去牛客网
登录
/
注册
申屠志刚
你已经是一个成熟ACMER了,要学会自己DEBUG了。
全部文章
/ 未归档
(共435篇)
[USACO1.3]滑雪课程设计Ski Course Design
https://www.luogu.org/problemnew/show/P3650 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inc...
2019-03-22
0
686
Steps to One
https://codeforces.com/contest/1139/problem/D 题解:莫比乌斯+无穷级数 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostre...
2019-03-22
0
397
Edgy Trees
https://codeforces.com/contest/1139/problem/C 题解:并查集+快速幂 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream...
2019-03-22
0
494
[USACO1.2]挤牛奶Milking Cows
https://www.luogu.org/problemnew/show/P1204 C++版本一 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
2019-03-21
0
561
Same Sum Blocks
Same Sum Blocks (Easy) https://codeforces.com/contest/1141/problem/F1 Same Sum Blocks (Hard) https://codeforces.com/contest/1141/problem/F2 题解: ...
2019-03-20
0
609
Superhero Battle
https://codeforces.com/contest/1141/problem/E 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
2019-03-20
0
475
Colored Boots
https://codeforces.com/contest/1141/problem/D 题解: 记录第一个字符串每个字母的位置 历遍第二个字符串,先跳过?字符,因为?不可以与?字符配对先,造成浪费 对于找不到配对的字符与第一个字符串的?配对直到没有 然后对第二个字符串的?配对,先配对非...
2019-03-20
0
556
Polycarp Restores Permutation
https://codeforces.com/contest/1141/problem/C 题解: a为给定数组 b为待求数组 b[i+1]=b[i]+a[i]; 其中b[1]一定为零,当前的其他元素为相对于b[1]的相对差值相同与需要求的数组的与b[1]的相对差值; 因为b是一个排列,...
2019-03-20
0
522
Maximal Continuous Rest
https://codeforces.com/contest/1141/problem/B 题解:复制一遍数组,找最大的连续1 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<i...
2019-03-20
0
492
Game 23
https://codeforces.com/contest/1141/problem/A 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
2019-03-20
0
584
首页
上一页
14
15
16
17
18
19
20
21
22
23
下一页
末页