申屠志刚
申屠志刚
全部文章
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篇)
丑数 Humble Numbers
https://www.luogu.org/problemnew/show/P2723 题解: C++版本一 题解:STL+优化 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include&l...
C++
STL
贪心
平衡树
2019-05-31
0
602
总分 Score Inflation
https://www.luogu.org/problemnew/show/P2722 题解:DP+完全背包 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C++
DP
完全背包
2019-05-30
0
527
分数化小数 Fractions to Decimals
https://www.luogu.org/problemnew/show/P1530 题解:模拟除法 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> ...
C++
数学
模拟除法
2019-05-30
0
543
回家 Bessie Come Home
https://www.luogu.org/problemnew/show/P1529 题解:SPFA C++版本一 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostr...
C++
最短路
SPFA
2019-05-30
0
703
最长不下降子序列问题
https://www.luogu.org/problemnew/show/P2766 题解:网络流+最大流+DP 首先动态规划求出F[i],表示以第i位为开头的最长上升序列的长度,求出最长上升序列长度K。 1、把序列每位i拆成两个点<i.a>和<i.b>,从<i...
C++
网络流
最大流
DP
2019-05-24
0
650
魔术球问题
https://www.luogu.org/problemnew/show/P2765 题解:网络流+最大流 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C++
网络流
最大流
2019-05-24
0
803
最小路径覆盖问题
https://www.luogu.org/problemnew/solution/P2764 题解:网络流+最大流+并查集 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<io...
C++
网络流
最大流
并查集
2019-05-24
0
659
[USACO4.2]草地排水Drainage Ditches
https://www.luogu.org/problemnew/show/P2740 题解:网络流+最大流 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C++
网络流
最大流
2019-05-22
0
547
[USACO4.2]完美的牛栏The Perfect Stall
https://www.luogu.org/problemnew/show/P1894 题解:网络流+最大流 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C++
网络流
最大流
2019-05-21
0
618
方格取数问题
https://www.luogu.org/problemnew/show/P2774 题解:网络流 最小割 最大流 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostre...
C++
网络流
最小割
最大权独立集
二分图
2019-05-21
0
611
首页
上一页
1
2
3
4
5
6
7
8
9
10
下一页
末页