- 博客(63)
- 收藏
- 关注
原创 Santa Claus and a Place in a Class (Codeforces-748A)
题目链接:http://codeforces.com/problemset/problem/748/AA. Santa Claus and a Place in a Classtime limit per test2 secondsmemory limit per test256 megabytesinputstandard in
2017-09-13 10:42:03
337
原创 Holiday Of Equality (Codeforces-758A)
题目链接:http://codeforces.com/problemset/problem/758/AA. Holiday Of Equalitytime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutput
2017-09-12 16:45:12
308
原创 Pupils Redistribution (Codeforces-779A)
题目链接:http://codeforces.com/problemset/problem/779/AA. Pupils Redistributiontime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutpu
2017-09-05 17:28:46
389
原创 New Password (Codeforces-770A)
题目链接:http://codeforces.com/problemset/problem/770/AA. New Passwordtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstanda
2017-08-22 15:41:18
1146
原创 Buying A House (Codeforces-796A)
题目链接:http://codeforces.com/problemset/problem/796/AA. Buying A Housetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputsta
2017-08-22 13:33:05
393
原创 Find The Bone (Codeforces-796B)
题目链接:http://codeforces.com/problemset/problem/796/BB. Find The Bonetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstan
2017-08-22 12:34:57
343
原创 Sort it (南阳理工oj-233)
题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=233Sort it时间限制:1000 ms | 内存限制:65535 KB难度:2描述You want to processe a sequence of n distinct integers by swapping two a
2017-08-21 20:04:22
249
原创 Summer sell-off (Codeforces-810B)
题目链接:http://codeforces.com/problemset/problem/810/BB. Summer sell-offtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputsta
2017-08-21 17:10:55
337
原创 Shell Game (Codeforces-777A)
题目链接:http://codeforces.com/problemset/problem/777/AA. Shell Gametime limit per test0.5 secondsmemory limit per test256 megabytesinputstandard inputoutputstand
2017-08-21 09:47:53
489
原创 Game of Credit Cards (Codeforces-777B)
题目链接:http://codeforces.com/problemset/problem/777/BB. Game of Credit Cardstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutpu
2017-08-19 16:55:53
345
原创 Sherlock and his girlfriend (Codeforces-776B)
题目链接:http://codeforces.com/problemset/problem/776/BB. Sherlock and his girlfriendtime limit per test1 secondmemory limit per test256 megabytesinputstandard input
2017-08-19 10:13:49
1195
原创 GJJ来签到 (河南多校联萌 四 )
题目链接:https://acm.zzuli.edu.cn/zzuliacm/problem.php?id=21782178: GJJ来签到Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 539 Solved: 109SubmitStatusWeb BoardDescriptionGJJ每天都很忙碌
2017-08-18 19:32:56
294
原创 Weird Rounding (Codeforces-779B)
题目链接:http://codeforces.com/problemset/problem/779/BB. Weird Roundingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstan
2017-08-17 15:46:11
310
原创 Masha and geometric depression (Codeforces-789B)
题目链接:http://codeforces.com/problemset/problem/789/BB. Masha and geometric depressiontime limit per test1 secondmemory limit per test256 megabytesinputstandard input
2017-08-16 16:55:30
271
原创 Anastasia and pebbles (Codeforces-789A)
题目链接:http://codeforces.com/problemset/problem/789/AA. Anastasia and pebblestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutpu
2017-08-16 09:51:22
352
原创 The Monster (Codefores-787A)
题目链接:http://codeforces.com/problemset/problem/787/AA. The Monstertime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandar
2017-08-15 15:39:07
389
原创 判断是否为素数的函数(耗时少)
bool isPrime(int n){ if(n==0) return false; if(n==1) return false; if(n==2) return true; for(int i=2;i*i<=n;i++) { if(n%i==0) return false; } return tr
2017-08-15 10:55:29
514
原创 笨小熊(南阳理工oj 题目62)
题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=62笨小熊时间限制:2000 ms | 内存限制:65535 KB难度:2描述笨小熊的词汇量很小,所以每次做英语选择题的时候都很头疼。但是他找到了一种方法,经试验证明,用这种方法去选择选项的时候选对的几率非常大! 这种方
2017-08-15 10:39:17
327
原创 子串和(南阳理工oj-题目44)
题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=44子串和时间限制:5000 ms | 内存限制:65535 KB难度:3描述给定一整型数列{a1,a2...,an},找出连续非空子串{ax,ax+1,...,ay},使得该子序列的和最大,其中,1输入第一行是一个整数
2017-08-14 20:49:11
239
原创 New Bus Route (Codeforces-792A)
题目链接:http://codeforces.com/problemset/problem/792/AA. New Bus Routetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstand
2017-08-14 11:30:07
447
原创 Oleg and shares (Codeforces - 793A)
题目链接:http://codeforces.com/problemset/problem/793/AA. Oleg and sharestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputsta
2017-08-13 16:06:09
367
原创 Fake NP (Codeforces - 805A)
题目链接:http://codeforces.com/problemset/problem/805/AA. Fake NPtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard ou
2017-08-12 17:35:37
443
原创 QAQ & ORZ 的签到题 (河南省多校联萌(三) 问题D)
问题 D: QAQ & ORZ 的签到题时间限制: 1 Sec 内存限制: 128 MB提交: 817 解决: 202[提交][状态][论坛]题目描述QAQ 的好朋友 ORZ,最近在做一个选拔节目的评委,对于每位选手 ORZ 想知道在这个选手以及这位选手前面的的选手中,得分最高和最低的选手的序号分别是多少....ORZ 找了 QAQ 帮忙,但是 QAQ 最近在追火星
2017-08-11 17:45:15
253
原创 QAQ & 君临天下 || 天行九歌 (河南省多校联萌(三)题目E)
问题 E: QAQ & 君临天下 || 天行九歌时间限制: 1 Sec 内存限制: 128 MB提交: 647 解决: 207[提交][状态][论坛]题目描述QAQ~生活之余喜欢看一些动漫,说到国产动漫,QAQ 最喜欢的就属玄机了,玄机出品的动漫都很赞的说,君临天下 和 天行九歌是 QAQ 最喜欢的两部动漫了,每次看完 QAQ 对玄机的敬佩值都会分别增加 2 与 1,Q
2017-08-11 17:10:06
416
原创 Text Volume (Codeforces - 837A)
题目链接:http://codeforces.com/problemset/problem/837/AA. Text Volumetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandar
2017-08-11 09:03:38
704
原创 The Festive Evening (Codeforces - 834B)
题目链接:http://codeforces.com/problemset/problem/834/B题目:B. The Festive Eveningtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutp
2017-08-10 20:09:55
357
原创 Diplomas and Certificates (Codeforces - 818A)
题目链接 http://codeforces.com/problemset/problem/818/AA. Diplomas and Certificatestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutp
2017-08-09 16:51:38
322
原创 Binary Protocol (Codeforces - 825A)
题目链接 http://codeforces.com/problemset/problem/825/AA. Binary Protocoltime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstanda
2017-08-09 10:39:59
632
原创 I'm bored with life (Codeforces 822A)
题目链接 http://codeforces.com/problemset/problem/822/AA. I'm bored with lifetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputst
2017-08-08 20:48:07
569
原创 Sasha and Sticks (Codeforces 832A)
题目链接 http://codeforces.com/problemset/problem/832/AA. Sasha and Stickstime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstan
2017-08-08 19:52:33
393
原创 01串 (南阳理工oj 题目252)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=25201串时间限制:1000 ms | 内存限制:65535 KB难度:2描述ACM的zyc在研究01串,他知道某一01串的长度,但他想知道不含有“11”子串的这种长度的01串共有多少个,他希望你能帮帮他。注:01串的长
2017-08-08 10:29:22
363
原创 取石子(一) (南阳理工oj 题目23)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=23取石子(一)时间限制:3000 ms | 内存限制:65535 KB难度:2描述一天,TT在寝室闲着无聊,和同寝的人玩起了取石子游戏,而由于条件有限,他/她们是用旺仔小馒头当作石子。游戏的规则是这样的。设有一堆石子,数量为N(1<=N
2017-08-07 18:59:56
695
原创 Registration system (南阳理工oj 题目991)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=991Registration system时间限制:1000 ms | 内存限制:65535 KB难度:2描述A new e-mail service "Berlandesk" is going to be opened in
2017-08-07 10:06:20
368
原创 一种排序 (南阳理工oj 题目8)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=8一种排序时间限制:3000 ms | 内存限制:65535 KB难度:3描述现在有很多长方形,每一个长方形都有一个编号,这个编号可以重复;还知道这个长方形的宽和长,编号、长、宽都是整数;现在要求按照一下方式排序(默认排序规则都是从小到大
2017-08-06 20:24:02
588
原创 D的小L (南阳理工oj 题目366)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=366D的小L时间限制:4000 ms | 内存限制:65535 KB难度:2描述 一天TC的匡匡找ACM的小L玩三国杀,但是这会小L忙着哩,不想和匡匡玩但又怕匡匡生气,这时小L给匡匡出了个题目想难倒匡匡(小L很D吧),有一个数
2017-08-06 16:34:33
410
原创 RXD and math
题目链接 http://acm.pdsu.edu.cn/problem.php?cid=1027&pid=7RXD and math时间限制: 2 Sec 内存限制: 128 MB提交: 25 解决: 21[提交][状态][讨论版]题目描述RXD is a good mathematician.One day he wants to calcu
2017-08-05 17:53:57
469
原创 zb的生日
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=325zb的生日时间限制:3000 ms | 内存限制:65535 KB难度:2描述今天是阴历七月初五,acm队员zb的生日。zb正在和C小加、never在武汉集训。他想给这两位兄弟买点什么庆祝生日,经过调查,zb发现C小加和never都
2017-08-05 15:07:11
271
原创 Binary String Matching
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=5Binary String Matching时间限制:3000 ms | 内存限制:65535 KB难度:3描述Given two strings A and B, whose alphabet consist only ‘0’ and
2017-08-04 20:27:28
197
原创 吝啬的国度
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=20吝啬的国度时间限制:1000 ms | 内存限制:65535 KB难度:3描述在一个吝啬的国度里有N个城市,这N个城市间只有N-1条路把这个N个城市连接起来。现在,Tom在第S号城市,他有张该国地图,他想知道如果自己要去参观第T号城市
2017-08-04 17:06:47
193
原创 Key races
题目链接 http://codeforces.com/problemset/problem/835/AA. Key racestime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard out
2017-08-03 08:45:03
330
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人