- 博客(63)
- 收藏
- 关注
原创 Santa Claus and a Place in a Class (Codeforces-748A)
题目链接: http://codeforces.com/problemset/problem/748/A A. Santa Claus and a Place in a Class time limit per test 2 seconds memory limit per test 256 megabytes input standard in
2017-09-13 10:42:03
374
原创 Holiday Of Equality (Codeforces-758A)
题目链接: http://codeforces.com/problemset/problem/758/A A. Holiday Of Equality time limit per test 1 second memory limit per test 256 megabytes input standard input output
2017-09-12 16:45:12
341
原创 Pupils Redistribution (Codeforces-779A)
题目链接: http://codeforces.com/problemset/problem/779/A A. Pupils Redistribution time limit per test 1 second memory limit per test 256 megabytes input standard input outpu
2017-09-05 17:28:46
432
原创 New Password (Codeforces-770A)
题目链接: http://codeforces.com/problemset/problem/770/A A. New Password time limit per test 1 second memory limit per test 256 megabytes input standard input output standa
2017-08-22 15:41:18
1198
原创 Buying A House (Codeforces-796A)
题目链接: http://codeforces.com/problemset/problem/796/A A. Buying A House time limit per test 2 seconds memory limit per test 256 megabytes input standard input output sta
2017-08-22 13:33:05
417
原创 Find The Bone (Codeforces-796B)
题目链接: http://codeforces.com/problemset/problem/796/B B. Find The Bone time limit per test 2 seconds memory limit per test 256 megabytes input standard input output stan
2017-08-22 12:34:57
379
原创 Sort it (南阳理工oj-233)
题目链接: http://acm.nyist.net/JudgeOnline/problem.php?pid=233 Sort 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
274
原创 Summer sell-off (Codeforces-810B)
题目链接: http://codeforces.com/problemset/problem/810/B B. Summer sell-off time limit per test 1 second memory limit per test 256 megabytes input standard input output sta
2017-08-21 17:10:55
365
原创 Shell Game (Codeforces-777A)
题目链接: http://codeforces.com/problemset/problem/777/A A. Shell Game time limit per test 0.5 seconds memory limit per test 256 megabytes input standard input output stand
2017-08-21 09:47:53
528
原创 Game of Credit Cards (Codeforces-777B)
题目链接: http://codeforces.com/problemset/problem/777/B B. Game of Credit Cards time limit per test 2 seconds memory limit per test 256 megabytes input standard input outpu
2017-08-19 16:55:53
377
原创 Sherlock and his girlfriend (Codeforces-776B)
题目链接: http://codeforces.com/problemset/problem/776/B B. Sherlock and his girlfriend time limit per test 1 second memory limit per test 256 megabytes input standard input
2017-08-19 10:13:49
1248
原创 GJJ来签到 (河南多校联萌 四 )
题目链接: https://acm.zzuli.edu.cn/zzuliacm/problem.php?id=2178 2178: GJJ来签到 Time Limit: 1 Sec Memory Limit: 128 MB Submit: 539 Solved: 109 SubmitStatusWeb Board Description GJJ每天都很忙碌
2017-08-18 19:32:56
321
原创 Weird Rounding (Codeforces-779B)
题目链接: http://codeforces.com/problemset/problem/779/B B. Weird Rounding time limit per test 1 second memory limit per test 256 megabytes input standard input output stan
2017-08-17 15:46:11
343
原创 Masha and geometric depression (Codeforces-789B)
题目链接: http://codeforces.com/problemset/problem/789/B B. Masha and geometric depression time limit per test 1 second memory limit per test 256 megabytes input standard input
2017-08-16 16:55:30
295
原创 Anastasia and pebbles (Codeforces-789A)
题目链接: http://codeforces.com/problemset/problem/789/A A. Anastasia and pebbles time limit per test 1 second memory limit per test 256 megabytes input standard input outpu
2017-08-16 09:51:22
376
原创 The Monster (Codefores-787A)
题目链接: http://codeforces.com/problemset/problem/787/A A. The Monster time limit per test 1 second memory limit per test 256 megabytes input standard input output standar
2017-08-15 15:39:07
421
原创 判断是否为素数的函数(耗时少)
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
566
原创 笨小熊(南阳理工oj 题目62)
题目链接: http://acm.nyist.net/JudgeOnline/problem.php?pid=62 笨小熊 时间限制:2000 ms | 内存限制:65535 KB 难度:2 描述 笨小熊的词汇量很小,所以每次做英语选择题的时候都很头疼。但是他找到了一种方法,经试验证明,用这种方法去选择选项的时候选对的几率非常大! 这种方
2017-08-15 10:39:17
355
原创 子串和(南阳理工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
270
原创 New Bus Route (Codeforces-792A)
题目链接: http://codeforces.com/problemset/problem/792/A A. New Bus Route time limit per test 1 second memory limit per test 256 megabytes input standard input output stand
2017-08-14 11:30:07
486
原创 Oleg and shares (Codeforces - 793A)
题目链接: http://codeforces.com/problemset/problem/793/A A. Oleg and shares time limit per test 1 second memory limit per test 256 megabytes input standard input output sta
2017-08-13 16:06:09
393
原创 Fake NP (Codeforces - 805A)
题目链接: http://codeforces.com/problemset/problem/805/A A. Fake NP time limit per test 1 second memory limit per test 256 megabytes input standard input output standard ou
2017-08-12 17:35:37
478
原创 QAQ & ORZ 的签到题 (河南省多校联萌(三) 问题D)
问题 D: QAQ & ORZ 的签到题 时间限制: 1 Sec 内存限制: 128 MB 提交: 817 解决: 202 [提交][状态][论坛] 题目描述 QAQ 的好朋友 ORZ,最近在做一个选拔节目的评委,对于每位选手 ORZ 想知道在这个选手以及这位选手前面的的选手中,得分最高和最低的选手的序号分别是多少.... ORZ 找了 QAQ 帮忙,但是 QAQ 最近在追火星
2017-08-11 17:45:15
288
原创 QAQ & 君临天下 || 天行九歌 (河南省多校联萌(三)题目E)
问题 E: QAQ & 君临天下 || 天行九歌 时间限制: 1 Sec 内存限制: 128 MB 提交: 647 解决: 207 [提交][状态][论坛] 题目描述 QAQ~生活之余喜欢看一些动漫,说到国产动漫,QAQ 最喜欢的就属玄机了,玄机出品的动漫都很赞的说,君临天下 和 天行九歌是 QAQ 最喜欢的两部动漫了,每次看完 QAQ 对玄机的敬佩值都会分别增加 2 与 1,Q
2017-08-11 17:10:06
438
原创 Text Volume (Codeforces - 837A)
题目链接: http://codeforces.com/problemset/problem/837/A A. Text Volume time limit per test 1 second memory limit per test 256 megabytes input standard input output standar
2017-08-11 09:03:38
726
原创 The Festive Evening (Codeforces - 834B)
题目链接: http://codeforces.com/problemset/problem/834/B 题目: B. The Festive Evening time limit per test 1 second memory limit per test 256 megabytes input standard input outp
2017-08-10 20:09:55
379
原创 Diplomas and Certificates (Codeforces - 818A)
题目链接 http://codeforces.com/problemset/problem/818/A A. Diplomas and Certificates time limit per test 1 second memory limit per test 256 megabytes input standard input outp
2017-08-09 16:51:38
347
原创 Binary Protocol (Codeforces - 825A)
题目链接 http://codeforces.com/problemset/problem/825/A A. Binary Protocol time limit per test 1 second memory limit per test 256 megabytes input standard input output standa
2017-08-09 10:39:59
671
原创 I'm bored with life (Codeforces 822A)
题目链接 http://codeforces.com/problemset/problem/822/A A. I'm bored with life time limit per test 1 second memory limit per test 256 megabytes input standard input output st
2017-08-08 20:48:07
598
原创 Sasha and Sticks (Codeforces 832A)
题目链接 http://codeforces.com/problemset/problem/832/A A. Sasha and Sticks time limit per test 2 seconds memory limit per test 256 megabytes input standard input output stan
2017-08-08 19:52:33
421
原创 01串 (南阳理工oj 题目252)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=252 01串 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描述 ACM的zyc在研究01串,他知道某一01串的长度,但他想知道不含有“11”子串的这种长度的01串共有多少个,他希望你能帮帮他。 注:01串的长
2017-08-08 10:29:22
393
原创 取石子(一) (南阳理工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
719
原创 Registration system (南阳理工oj 题目991)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=991 Registration system 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描述 A new e-mail service "Berlandesk" is going to be opened in
2017-08-07 10:06:20
403
原创 一种排序 (南阳理工oj 题目8)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=8 一种排序 时间限制:3000 ms | 内存限制:65535 KB 难度:3 描述现在有很多长方形,每一个长方形都有一个编号,这个编号可以重复;还知道这个长方形的宽和长,编号、长、宽都是整数;现在要求按照一下方式排序(默认排序规则都是从小到大
2017-08-06 20:24:02
621
原创 D的小L (南阳理工oj 题目366)
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=366 D的小L 时间限制:4000 ms | 内存限制:65535 KB 难度:2 描述 一天TC的匡匡找ACM的小L玩三国杀,但是这会小L忙着哩,不想和匡匡玩但又怕匡匡生气,这时小L给匡匡出了个题目想难倒匡匡(小L很D吧),有一个数
2017-08-06 16:34:33
434
原创 RXD and math
题目链接 http://acm.pdsu.edu.cn/problem.php?cid=1027&pid=7 RXD 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
504
原创 zb的生日
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=325 zb的生日 时间限制:3000 ms | 内存限制:65535 KB 难度:2 描述今天是阴历七月初五,acm队员zb的生日。zb正在和C小加、never在武汉集训。他想给这两位兄弟买点什么庆祝生日,经过调查,zb发现C小加和never都
2017-08-05 15:07:11
299
原创 Binary String Matching
题目链接 http://acm.nyist.net/JudgeOnline/problem.php?pid=5 Binary 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
215
原创 吝啬的国度
题目链接 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
218
原创 Key races
题目链接 http://codeforces.com/problemset/problem/835/A A. Key races time limit per test 1 second memory limit per test 256 megabytes input standard input output standard out
2017-08-03 08:45:03
355
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅