申屠志刚
申屠志刚
全部文章
分类
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篇)
Diverse Strings
https://codeforces.com/contest/1144/problem/A 题意:给定字符串,判断字符串中的字母是否只出现一次且出现的字母是连续的 题解:排序,证明连续 /* *@Author: STZG *@Language: C++ */ #include <b...
C++
思维
2019-03-30
0
0
Queen
https://codeforces.com/contest/1143/problem/C 题解:DFS /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream>...
2019-03-30
0
0
Nirvana
https://codeforces.com/contest/1143/problem/B 题解:数位DP /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
2019-03-30
0
0
The Doors
https://codeforces.com/contest/1143/problem/A /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inclu...
C++
思维
2019-03-30
0
477
冰岛人
https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858887 C++版本一 题解:LCA 25分满分题解: 1、map映射分配ID,只要给名分配就行了; 2、起源人的姓相同不算是同一个家族; ...
2019-03-30
0
572
彩虹瓶
https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858889 题解:栈+队列 /* *@Author: STZG *@Language: C++ */ #include <bits/std...
2019-03-30
0
479
深入虎穴
https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858888 C++版本一 题解:DFS /* *@Author: STZG *@Language: C++ */ #include <...
2019-03-30
0
558
特立独行的幸福
https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858886 题解: 暴力 /* *@Author: STZG *@Language: C++ */ #include <bits/std...
C++
素数
2019-03-30
0
559
Nearest Common Ancestors
http://poj.org/problem?id=1330 题解:LCA 树上倍增 /* *@Author: STZG *@Language: C++ */ //#include <bits/stdc++.h> #include<iostream> #inclu...
C++
LCA
2019-03-30
0
450
估值一亿的AI核心代码
https://pintia.cn/problem-sets/994805046380707840/problems/1111914599412858885 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++....
2019-03-29
0
583
首页
上一页
28
29
30
31
32
33
34
35
36
37
下一页
末页