申屠志刚
申屠志刚
全部文章
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篇)
我开始方了
Description 分别给你4个长方形的长和宽,问这4个长方形中,是否能选出3个组成一个大的长方形。 Input 第一行输入一个整数T(T<=100),表示一共有T组数据 每组数据包含一行,有8个整数,分别为h1、w1、h2、w2、h3、w3、h4、w4。这些整数的范围在[1,10...
2018-11-25
0
376
最大化
Description 给你n个整数,请重新排列这些整数,使得式子的值最大,其中表示第i个整数。请输出S的最大值。 Input 第一行一个整数n(2 <= n <= 100000),表示数字的个数; 第二行为n个整数 (1 <= ai <= 1000000...
2018-11-25
0
518
01串
Description 现在我们有一个由01组成的字符串。我们需要在上面做一些操作。每次我们都选一个“01”子串,把他替换成110。如果找不到“01”子串,那么操作结束。请输出总共进行了多少次操作,结果请mod 1e9+7。 Ps:“01”子串必须是相邻的0和1,字符串中只包含0和1。 ...
2018-11-24
0
641
Cow Exhibition
http://poj.org/problem?id=2184 "Fat and docile, big and dumb, they look so stupid, they aren't much fun..." - Cows with Guns by Dana Lyon...
2018-11-22
0
536
Creating the Contest
https://codeforces.com/contest/1029/problem/B /* *@Author: STZG *@Language: C++ */ #include <bits/stdc++.h> #include<iostream> #includ...
2018-11-19
0
392
Vova and Train
https://codeforces.com/contest/1066/problem/A time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
2018-11-18
0
562
Disturbed People
https://codeforces.com/contest/1077/problem/B time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
2018-11-17
0
608
Frog Jumping
https://codeforces.com/contest/1077/problem/A time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
2018-11-17
0
540
A Prank
https://codeforces.com/contest/1062/problem/A time limit per test 1 second memory limit per test 256 megabytes input standard input output sta...
2018-11-16
0
558
Ancient Berland Circus
time limit per test 2 seconds memory limit per test 64 megabytes input standard input output standard output Nowadays all circuses in Berland ...
2018-11-14
0
880
首页
上一页
29
30
31
32
33
34
35
36
37
38
下一页
末页