申屠志刚
申屠志刚
全部文章
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篇)
Ehab and a 2-operation task
https://codeforces.com/contest/1088/problem/C 题解: 因为有n+1次机会;完全可以改变所有值,使得数组第n+1次求余后成为等差数列。 但是如果正向操作,后面的操作会影响前面已经完成的元素,所以逆向操作。 只要计入后面每次加的值就行,为了防止溢出x...
2018-12-05
0
441
Ehab and subtraction
https://codeforces.com/contest/1088/problem/B /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
2018-12-05
0
344
Ehab and another construction problem
https://codeforces.com/contest/1088/problem/A /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
2018-12-05
0
629
Songs Compression
https://codeforces.com/contest/1015/problem/C C++版本一 简单排序 /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostre...
2018-12-03
0
694
Complex Congratulation β
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1011&cid=832 In the world line 1.048596% 梓川咲太在解决了樱岛麻衣和丰浜和花互换身体的事件以后,又陷入到了新的麻烦里面。 ........
2018-12-02
0
472
温柔的手彼此相系β
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1010&cid=832 http://poj.org/problem?id=1002 In the world line 1.048596% 回到了比过去还遥远的过去,...
2018-12-01
0
536
把所有的谎言献给你β
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1005&cid=832 Problem Description In the world line 1.048596% 梓川咲太的面前坐着野兔先辈,作为约定,只好乖乖的...
2018-12-01
0
487
明日会吹明日的风β
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1004&cid=832 Problem Description In the world line 1.048596% “为了帮助笨蛋梓川利用程序来解决青春期症候群的问...
2018-12-01
0
479
学姐是野兔先辈β
http://acm.hdu.edu.cn/contests/contest_showproblem.php?pid=1002&cid=832 Problem Description In the world line 1.048596% 双叶理央是梓川咲太为数不多的朋友。 栖息于理科实...
2018-12-01
0
467
Vasya and Book
https://codeforces.com/contest/1082/problem/A 题解: 一共四种情况 1、往左走没有到n就达到目的地(包括目的地为n) 2、往右走没有到1就达到目的地(包括目的地为1) 3、往左走到n,回头再达到目的地 4、往右走到1,回头再达到目的地 /...
2018-11-29
0
381
首页
上一页
29
30
31
32
33
34
35
36
37
38
下一页
末页