随笔分类 -  模拟|水题

摘要:ZOJ3944 People Counting ZOJ3939 The Lucky Week 1.PeopleConting 题意:照片上有很多个人,用矩阵里的字符表示。一个人如下: 题解: 先弄个常量把3*3人形存起来,然后6个部位依次找,比如现在找头,找到一个头,就把这个人删掉(找这个人的各个部 阅读全文
posted @ 2016-05-12 11:46 带鱼Yuiffy 阅读(593) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=47822013成都区域赛全题PDF:http://acm.hdu.edu.cn/downloads/2013ChengduProblemSet.pdf题意:就标签里的不改,标签外的单词之间隔一个空格,按照标签来缩进... 阅读全文
posted @ 2014-11-07 20:38 带鱼Yuiffy 阅读(216) 评论(0) 推荐(0)
摘要:http://acdream.info/problem?pid=1421Andrew Stankevich Contest 22TV ShowSpecial JudgeTime Limit: 2000/1000MS (Java/Others)Memory Limit: 128000/64000KB ... 阅读全文
posted @ 2014-10-05 09:45 带鱼Yuiffy 阅读(258) 评论(0) 推荐(0)
摘要:http://codeforces.com/gym/100497codeforces2014-2015 CT S02E04: Codeforces Trainings Season 2 Episode 4 (US College Rockethon 2014 + COCI 2008-5 + GCJ ... 阅读全文
posted @ 2014-10-04 01:34 带鱼Yuiffy 阅读(309) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=5024网络赛Wang Xifeng's Little PlotTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Othe... 阅读全文
posted @ 2014-09-21 17:54 带鱼Yuiffy 阅读(244) 评论(0) 推荐(0)
摘要:http://codeforces.com/contest/465/problem/CCodeforces Round #265 (Div. 2) CCodeforces Round #265 (Div. 1) Ahttp://codeforces.com/contest/464/problem/A... 阅读全文
posted @ 2014-09-08 10:51 带鱼Yuiffy 阅读(303) 评论(0) 推荐(0)
摘要:Codeforces Round #262 (Div. 2) BB - Little Dima and Equation B. Little Dima and Equationtime limit per test1 secondmemory limit per test256 megabytesi... 阅读全文
posted @ 2014-08-21 20:35 带鱼Yuiffy 阅读(297) 评论(0) 推荐(0)
摘要:http://acm.hdu.edu.cn/showproblem.php?pid=4965 2014 Multi-University Training Contest 9 1006Fast Matrix CalculationTime Limit: 2000/1000 MS (Java/Othe... 阅读全文
posted @ 2014-08-19 20:49 带鱼Yuiffy 阅读(253) 评论(0) 推荐(0)
摘要:Pashmak and GardenCodeforces Round #261 (Div. 2)A. Pashmak and Gardentime limit per test1 secondmemory limit per test256 megabytesinputstandard inputo... 阅读全文
posted @ 2014-08-16 09:22 带鱼Yuiffy 阅读(317) 评论(0) 推荐(0)
摘要:Pashmak and FlowersCodeforces Round #261 (Div. 2)B. Pashmak and Flowerstime limit per test1 secondmemory limit per test256 megabytesinputstandard inpu... 阅读全文
posted @ 2014-08-16 09:15 带鱼Yuiffy 阅读(342) 评论(0) 推荐(0)
摘要:4950 MonsterMonsterTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 52 Accepted Submission(s): ... 阅读全文
posted @ 2014-08-14 18:01 带鱼Yuiffy 阅读(307) 评论(0) 推荐(0)
摘要:2014多校7最水的题Magical ForestMagical ForestTime Limit: 24000/12000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 253Acc... 阅读全文
posted @ 2014-08-12 20:12 带鱼Yuiffy 阅读(281) 评论(0) 推荐(0)
摘要:Codeforces Round #258 (Div. 2)Predict Outcome of the GameC. Predict Outcome of the Gametime limit per test2 secondsmemory limit per test256 megabytesi... 阅读全文
posted @ 2014-08-12 11:32 带鱼Yuiffy 阅读(295) 评论(0) 推荐(0)
摘要:Codeforces Round #258 (Div. 2)Sort the ArrayB. Sort the Arraytime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputsta... 阅读全文
posted @ 2014-08-12 10:58 带鱼Yuiffy 阅读(279) 评论(0) 推荐(0)
摘要:Codeforces Round #258 (Div. 2)Game With SticksA. Game With Stickstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutpu... 阅读全文
posted @ 2014-08-12 10:51 带鱼Yuiffy 阅读(294) 评论(0) 推荐(0)
摘要:http://codeforces.com/contest/456/problem/BCF#260 div2 BFedya and MathsCodeforces Round #260B. Fedya and Mathstime limit per test1 secondmemory limit ... 阅读全文
posted @ 2014-08-09 09:05 带鱼Yuiffy 阅读(270) 评论(0) 推荐(0)
摘要:UvaLive6662PDF题目题意:给出隧道长度L,蚂蚁数量N,各蚂蚁位置Pi、前进方向Di,都为整数(前进方向为L或R),蚂蚁速度为1cm每秒,两蚂蚁若在整数点相遇则都反向,若不在整数点相遇则继续向前。求最后一个走出隧道的蚂蚁的编号。蚂蚁按编号1~n给出,隧道头尾位置为0和L。题解:模拟。当然我... 阅读全文
posted @ 2014-08-08 20:49 带鱼Yuiffy 阅读(227) 评论(0) 推荐(0)
摘要:Fighting the LandlordsFighting the LandlordsTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 175A... 阅读全文
posted @ 2014-08-07 19:26 带鱼Yuiffy 阅读(404) 评论(0) 推荐(0)
摘要:hdu4920Matrix multiplicationTime Limit: 4000/2000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 568 Accepted Submi... 阅读全文
posted @ 2014-08-05 19:25 带鱼Yuiffy 阅读(779) 评论(0) 推荐(0)
摘要:2014多校第五题,当时题面上的10^5写成105,我们大家都wa了几发,改正后我和一血就差几秒…不能忍题目:http://acm.hdu.edu.cn/showproblem.php?pid=4891The Great PanTime Limit: 2000/1000 MS (Java/Other... 阅读全文
posted @ 2014-07-31 09:46 带鱼Yuiffy 阅读(209) 评论(0) 推荐(0)