申屠志刚
申屠志刚
全部文章
分类
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篇)
青岛农业大学第九届ACM程序设计竞赛
Problem A 喆神装书 https://ac.nowcoder.com/acm/contest/906/A 题意:是否能够把所有的书都放在两个背包里。 题解:贪心 C++版本一 /* *@Author: STZG *@Language: C++ */ #include <...
C++
2019
ACM
青岛农业大学
2019-06-02
1
912
最长公共回文子串(Longest_Common_Palindrome_Substring)
一、基本概念 最长公共回文子串(Longest_Common_Palindrome_Substring):两个字符串中最长的公共子串并且是回文字符串的子串 二、算法 三、代码 #include<bits/stdc++.h> using namespace std; typ...
C++
回文
字符串
2019-06-01
0
533
湖南大学第十五届程序设计竞赛
Problem A Oshino Shinobu loves Mr.Donut https://ac.nowcoder.com/acm/contest/908/A 题意: 题解: C++版本一 Problem B Kuangyeye's Resistance https://ac....
2019-06-01
0
577
ACM/OI中C++常用优化(实用/调试/技巧)代码(语法)
一、C++万能编译头文件 #include<bits/stdc++.h> 从 #include <iostream> #include <cstdio> #include <fstream> #include <algorithm...
2019-06-01
1
2090
香甜的黄油 Sweet Butter
https://www.luogu.org/problemnew/show/P1828 题解: C++版本一 题解:Floyd+优化+枚举 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #incl...
C++
最短路
Floyd
SPFA
2019-05-31
0
673
邮票 Stamps
https://www.luogu.org/problemnew/show/P2725 题解:DP+完全背包 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream&g...
C++
DP
完全背包
2019-05-31
0
596
联系 Contact
https://www.luogu.org/problemnew/show/P2724 题意:输出多少频率最多的序列。 题解: 输出 输出完频率要换行。 输出6个序列要换行。 输出完序列要换行。 如果该频率的序列刚好是6个的话只要换一次行。 每行第一个序列...
C++
排序
朴素
2019-05-31
0
710
丑数 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
585
总分 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
514
最短网络 Agri-Net
https://www.luogu.org/problemnew/show/P1546 题解: /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inc...
2019-05-30
0
557
首页
上一页
10
11
12
13
14
15
16
17
18
19
下一页
末页