申屠志刚
申屠志刚
全部文章
分类
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篇)
2019年湘潭大学程序设计竞赛
Problem A Who's better? https://ac.nowcoder.com/acm/contest/893/A 题意:模拟ACM比赛计分规则 题解:模拟 C++版本一 /* *@Author: STZG *@Language: C++ */ #include &l...
2019-05-05
0
624
ACM比赛题解模板
Problem A 题意: 题解: C++版本一 Problem B 题意: 题解: C++版本一 Problem C 题意: 题解: C++版本一 Problem D 题意: 题解: C++版本一 Proble...
2019-05-05
0
463
[SDOI2009]Elaxia的路线
https://www.lydsy.com/JudgeOnline/problem.php?id=1880 https://www.luogu.org/problemnew/show/P2149 /* *@Author: STZG *@Language: C++ */ #include ...
2019-05-03
0
534
上白泽慧音
https://www.luogu.org/problemnew/show/P1726 题解:强连通分量 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream>...
C++
强连通分量
2019-05-03
0
502
小K的农场
https://www.luogu.org/problemnew/show/P1993 题解:SPFA+差分约束系统 C++版本一 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include&l...
2019-05-03
0
915
Match Points
https://codeforces.com/contest/1156/problem/C 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #i...
2019-05-02
0
0
Ugly Pairs
https://codeforces.com/contest/1156/problem/B 题解:贪心 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
2019-05-02
0
553
Inscribed Figures
https://codeforces.com/contest/1156/problem/A 题解:模拟 1、注意3 1 2这种排列; /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include&...
C++
模拟
2019-05-02
0
546
Prefix Sum Primes
https://codeforces.com/contest/1150/problem/C 题解:思维+贪心 按2 1 2 2 2 ...... 1 1 1 1就可以了 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc...
2019-04-30
0
545
Tiling Challenge
https://codeforces.com/contest/1150/problem/B 题解:朴素 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
2019-04-30
0
509
首页
上一页
17
18
19
20
21
22
23
24
25
26
下一页
末页