申屠志刚
申屠志刚
全部文章
分类
ACM(1)
C(128)
C++(380)
C.++(1)
CTF(44)
C语言(34)
DP(4)
JAVA(2)
Python(1)
博弈论(1)
并查集(2)
最小生成树(1)
最短路(2)
未归档(435)
浙江理工大学2018年10月赛(2)
生成树(1)
申屠志刚的ACM之路(37)
申屠志刚的CTF之路(2)
矩阵(1)
线段树(1)
经典问题(1)
背包问题(1)
语法(1)
归档
标签
去牛客网
登录
/
注册
申屠志刚
你已经是一个成熟ACMER了,要学会自己DEBUG了。
全部文章
(共1083篇)
How far away ?
http://acm.hdu.edu.cn/showproblem.php?pid=2586 题解:LCA 参考文章:https://www.cnblogs.com/JVxie/p/4854719.html https://blog.csdn.net/weixin_43272781/artic...
C++
LCA
2019-03-25
0
508
Minimum Triangulation
https://codeforces.com/contest/1140/problem/D 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
C++
规律
2019-03-24
0
493
Playlist
https://codeforces.com/contest/1140/problem/C 题解: 贪心 根据b进行排序,枚举b /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include&l...
C++
贪心
2019-03-24
0
522
Good String
https://codeforces.com/contest/1140/problem/B 题解: 如果最左边是>或者最右边是<那么ans为0; 否则,求最左边开始<的数量和最右边>的数量其中较小的一个作为ans。 /* *@Author: STZG *@Lan...
2019-03-24
0
619
Detective Book
https://codeforces.com/contest/1140/problem/A 题解:当前缀最大值与当前下标相同的时候ans++ /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #incl...
2019-03-24
0
0
宇恒棋
https://acm.ecnu.edu.cn/contest/151/problem/D/ /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inclu...
C++
2019-03-24
0
717
回文串
https://acm.ecnu.edu.cn/contest/151/problem/B/ /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inclu...
C++
2019-03-24
0
523
文明
http://47.96.116.66/problem.php?cid=1177&pid=8 http://47.96.116.66/problem.php?cid=1180&pid=8 题解:LCA+线段树 来自:https://blog.csdn.net/kzn268333...
2019-03-23
0
539
象棋对局胜负
http://47.96.116.66/problem.php?cid=1177&pid=7 http://47.96.116.66/problem.php?cid=1180&pid=7 题解: /* *@Author: STZG *@Language: C++ */ #...
C++
排序
2019-03-23
0
0
跳马棋
http://47.96.116.66/problem.php?cid=1177&pid=6 http://47.96.116.66/problem.php?cid=1180&pid=6 题解:博弈论 /* *@Author: STZG *@Language: C++ *...
2019-03-23
0
619
首页
上一页
32
33
34
35
36
37
38
39
40
41
下一页
末页