申屠志刚
申屠志刚
全部文章
C
ACM(1)
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了。
全部文章
/ C
(共128篇)
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
Baby Coins
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4432 题解:二分折半查询。每种硬币有三种选择:选择其中一个,选择其中两个,不选择。 因此共有3^18 种,对总的方案折半,以其中一半为基础,对另一半二分查询是 否存在可能使得构成k。 C...
C
折半枚举
2018-12-08
0
537
头疼的Litmxs
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4435 C++版本一 题解: 负进制,头一次听说 根据进制转换的权值来类比 1 -2 4 -8 奇次幂是负数说明在这个位置上有个1,不是加而是减一个权值 其他的见代码 /* ...
C
数论
2018-12-08
0
548
概率
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4439 C++版本一 题解: 概率背包问题 套模板就行,emmm max改成min计算不能中奖的概率 /* *@Author: STZG *@Language: C++ */ ...
C
背包问题
DP
2018-12-08
0
534
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页