申屠志刚
申屠志刚
全部文章
C++
ACM(1)
C(128)
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了。
全部文章
/ C++
(共380篇)
Gourmet choice
https://codeforces.com/contest/1131/problem/D /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
C++
并查集
拓扑排序
2019-02-25
0
0
Two Cakes
https://codeforces.com/contest/1130/problem/B 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
C++
2019-02-25
0
455
Birthday
https://codeforces.com/contest/1131/problem/C 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
C++
二分
贪心
2019-02-24
0
506
Draw!
https://codeforces.com/contest/1131/problem/B 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
C++
贪心
2019-02-24
0
0
Sea Battle
https://codeforces.com/contest/1131/problem/A 题解:简单题 把周长加起来就完事了 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<...
C++
2019-02-24
0
615
Average Superhero Gang Power
https://codeforces.com/contest/1111/problem/B /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
C++
贪心
2019-02-06
0
0
Superhero Transformation
https://codeforces.com/contest/1111/problem/A C++版本一 题解:长度不同肯定不可以 如果长度相同,那么暴力比较每一个是不是同属于元音或者辅音 /* *@Author: STZG *@Language: C++ */ #include &l...
C++
思维
2019-02-04
0
486
Lunar New Year and a Wander
https://codeforces.com/contest/1106/problem/D C++版本一 题解: 每次都走曾经和现在可以选择的最小节点 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h>...
C++
优先队列
DFS
2019-02-04
0
525
Lunar New Year and Number Division
https://codeforces.com/contest/1106/problem/C C++版本一 题解: 一定是两个两个相加且一个最大一个最小 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h>...
C++
思维
2019-02-04
0
654
Lunar New Year and Food Ordering
https://codeforces.com/contest/1106/problem/B C++版本一 题解: 贪心 按价格排序,作为不足时的取菜顺序,设一个指针记录,如果指针到n+1,说明没有菜可以取了 /* *@Author: STZG *@Language: C++ */ #...
C++
贪心
2019-02-04
0
0
首页
上一页
14
15
16
17
18
19
20
21
22
23
下一页
末页