申屠志刚
申屠志刚
全部文章
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篇)
Gennady and a Card Game
https://codeforces.com/problemset/problem/1097/A /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #inc...
C++
2019-01-05
0
499
b^3 - a^3 = c
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?cid=4034&pid=0 C++版本一 #include<stdio.h> #include<math.h> #include<algorithm>...
C++
2019-01-04
0
538
你的名字
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?id=4255 题解:DFS裸题 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include&l...
C++
DFS
贪心
2019-01-04
0
584
我好方
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?cid=4034&pid=9 C语言版本一 #include <stdio.h> #include <stdlib.h> #include <math.h&...
C++
2019-01-04
0
546
丢手绢
http://oj.acm.zstu.edu.cn/JudgeOnline/problem.php?cid=4034&pid=11 C++版本一 #include<cstdio> #include<cstring> #include<cmath> #...
C++
2019-01-04
0
581
[USACO1.1]贪婪的送礼者Greedy Gift Givers
https://www.luogu.org/problemnew/show/P1201 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #include...
C++
模拟
2019-01-02
0
692
[USACO1.1]你的飞碟在这儿Your Ride Is He…
https://www.luogu.org/problemnew/show/P1200 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #include&...
C++
字符串
2019-01-02
0
462
欧拉函数(Euler_Function)
一、基本概述 在数论,对正整数n,欧拉函数varphi(n)是少于或等于n的数中与n互质的数的数目。此函数以其首名研究者欧拉命名,它又称为Euler's totient function、φ函数、欧拉商数等。 二、计算公式 三、基本性质 欧拉函数用希腊字母φ表示,φ(N)表示N的欧拉函数...
C++
2019-01-01
0
663
高精度计算(High-Precision_Calculation)
在说高精度加减乘除运算之前,我们先搞明白什么是高精度运算? 实际上高精度就是说参与运算的数据和运算结果的范围,超出标准数据类型能表示的数据大小范围的运算。这个时候,如果要得到正确的计算结果,显然不能依靠普通方法实现了。而要在普通运算原理的基础上,加以辅助算法来实现超大数据的计算。例如...
C++
高精度
2018-12-31
0
850
New Year and the Sphere Transmission
https://codeforces.com/contest/1091/problem/C /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
C++
2018-12-31
0
418
首页
上一页
24
25
26
27
28
29
30
31
32
33
下一页
末页