申屠志刚
申屠志刚
全部文章
分类
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了。
全部文章
(共131篇)
Dream City
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3211 JAVAMAN is visiting Dream City and he sees a yard of gold coin trees. There are ntr...
C
01背包
DP
2018-11-30
0
381
HDU Today
http://acm.hdu.edu.cn/showproblem.php?pid=2112 Problem Description 经过锦囊相助,海东集团终于度过了危机,从此,HDU的发展就一直顺风顺水,到了2050年,集团已经相当规模了,据说进入了钱江肉丝经济开发区5...
C
最短路
2018-11-30
0
721
她的名字
https://acm.ecnu.edu.cn/contest/125/problem/C/ 题解:卡着时间过的23333 首先XY的排列记录 再排列组合数 最后Q操作 用一个vector存储X的下标可以节约时间,不是一点点 /* *@Author: STZG *@Language...
C
贪心算法
2018-12-07
0
447
Obtaining the String
https://codeforces.com/contest/1015/problem/B 冒泡排序???? /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C
sorting
2018-12-03
0
398
Walking Between Houses
https://codeforces.com/contest/1015/problem/D /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
C
greedy
2018-12-03
0
0
find the safest road
http://acm.hdu.edu.cn/showproblem.php?pid=1596 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inclu...
C
最短路
2018-12-07
0
450
Litmxs找女友
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4434 题解:经典的走迷宫问题 C++版本一 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h>...
C
BFS
2018-12-08
0
813
阶乘之和
https://www.luogu.org/problemnew/show/P1009 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #include&...
C
高精度
2018-12-09
0
449
传纸条
https://www.luogu.org/problemnew/show/P1006 类似于https://www.luogu.org/problemnew/show/P1002 /* *@Author: STZG *@Language: C++ */ #include <bits...
C
DP
2018-12-07
0
561
清点星辰
https://acm.ecnu.edu.cn/contest/125/problem/B/ 题解:随机题 AC也靠随机??? /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<...
C
随机
2018-12-07
0
451
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页