申屠志刚
申屠志刚
全部文章
未归档
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篇)
Polycarp's New Job
https://codeforces.com/contest/1101/problem/E 题解:思维 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
2019-01-12
0
0
GCD Counting
https://codeforces.com/contest/1101/problem/D 题解:
2019-01-12
0
460
Division and Union
https://codeforces.com/contest/1101/problem/C C++版本一 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostrea...
2019-01-12
0
509
Monotonic Renumeration
https://codeforces.com/contest/1102/problem/E C++版本一 题解:二分 先从前往后找到每个数最先出现的位置,然后从后往前找到最后出现的位置 然后从头开始遍历,如果出现没有访问过的区间,就遍历这个区间,然后这个区间里的每个数也是会有个区间的,而且新...
2019-01-10
0
598
Doors Breaking and Repairing
https://codeforces.com/contest/1102/problem/C 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
2019-01-10
0
604
Array K-Coloring
https://codeforces.com/contest/1102/problem/B 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
2019-01-10
0
0
我要成为百度之星
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4233 题解:题目和解答完全不一样,答案是101010101010101010......的字符串 题意是和二进制位有关的字符串排列。 某一位的状态和这一位的序号-1的二进制中1个数的奇...
2019-01-09
0
555
Sum in the tree
https://codeforces.com/contest/1099/problem/D 题解:对于每个-1,如果有子节点则最大化,无子节点则最小化。 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> ...
2019-01-07
0
475
Snowball
https://codeforces.com/contest/1099/problem/A /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
2019-01-07
0
0
Easy problem
https://ac.nowcoder.com/acm/contest/338/E C++版本一 题解: #include <cstdio> #include <cstdlib> #include <cstring> #include <cmath&...
2019-01-07
0
477
首页
上一页
22
23
24
25
26
27
28
29
30
31
下一页
末页