随笔分类 -  套题题解

1
摘要:Codeforces Round #366 (Div. 2) A I hate that I love that I hate it水题 1 #I hate that I love that I hate it 2 n = int(raw_input()) 3 s = "" 4 a = ["I ha 阅读全文
posted @ 2016-08-08 12:35 带鱼Yuiffy 阅读(313) 评论(0) 推荐(0)
摘要:2016"百度之星" - 复赛(Astar Round3) Ended 2016-05-29 14:00:00 - 2016-05-29 17:00:00 Current Time: 00:46:02 2016"百度之星" - 复赛(Astar Round3) Ended 2016"百度之星" - 阅读全文
posted @ 2016-05-30 01:04 带鱼Yuiffy 阅读(615) 评论(0) 推荐(0)
摘要:Codeforces Round #354 (Div. 2) Problems #Name A Nicholas and Permutation standard input/output 1 s, 256 MB x3384 B Pyramid of Glasses standard input/o 阅读全文
posted @ 2016-05-26 02:12 带鱼Yuiffy 阅读(313) 评论(0) 推荐(0)
摘要:做了1001 1003 1005 1006 看题:http://bestcoder.hdu.edu.cn/contests/contest_show.php?cid=702 交题:http://acm.hdu.edu.cn/search.php?field=problem&key=2016%22%B 阅读全文
posted @ 2016-05-23 22:05 带鱼Yuiffy 阅读(382) 评论(0) 推荐(0)
摘要:只做了1001 1002 1005 1006。剩下2题可能以后补? http://acm.hdu.edu.cn/search.php?field=problem&key=2016%22%B0%D9%B6%C8%D6%AE%D0%C7%22+-+%B3%F5%C8%FC%A3%A8Astar+Roun 阅读全文
posted @ 2016-05-23 20:59 带鱼Yuiffy 阅读(344) 评论(0) 推荐(0)
摘要:看题:http://bestcoder.hdu.edu.cn/contests/contest_show.php?cid=690 交题:http://acm.hdu.edu.cn/search.php?field=problem&key=2016%22%B0%D9%B6%C8%D6%AE%D0%C7 阅读全文
posted @ 2016-05-23 20:15 带鱼Yuiffy 阅读(343) 评论(0) 推荐(0)
摘要:Problems #Name A Infinite Sequence standard input/output 1 s, 256 MB x3509 B Restoring Painting standard input/output 1 s, 256 MB x2519 C Money Transf 阅读全文
posted @ 2016-05-18 00:07 带鱼Yuiffy 阅读(367) 评论(0) 推荐(0)
摘要:Problems #Name A Summer Camp standard input/output 1 s, 256 MB x3197 B Different is Good standard input/output 2 s, 256 MB x2870 C Recycling Bottles s 阅读全文
posted @ 2016-05-12 13:43 带鱼Yuiffy 阅读(367) 评论(0) 推荐(0)
摘要:Codeforces Round #279 (Div. 2)做得我都变绿了!Problems#Name A Team Olympiadstandard input/output1 s, 256 MB x2377 B Queuestandard input/output2 s, 256 MB ... 阅读全文
posted @ 2014-11-23 23:43 带鱼Yuiffy 阅读(277) 评论(3) 推荐(0)
摘要:\先把furthur的超碉线段树粘过来 1 //#pragma comment(linker, "/STACK:102400000,102400000") 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include... 阅读全文
posted @ 2014-11-21 14:35 带鱼Yuiffy 阅读(279) 评论(0) 推荐(0)
摘要:今天练了一波DP。时间紧迫我就只贴代码了。20141120fzu2129http://acm.fzu.edu.cn/problem.php?pid=2129不同的子序列个数 1 //#pragma comment(linker, "/STACK:102400000,102400000") 2 #... 阅读全文
posted @ 2014-11-20 21:00 带鱼Yuiffy 阅读(303) 评论(0) 推荐(0)
摘要:Problems#NameAAddictive Bubbles1addictive.in / addictive.out2 s, 256 MBx438BBlind Problem Solving1standard input/output2 s, 256 MBx124CCaravan Robbers... 阅读全文
posted @ 2014-11-19 18:23 带鱼Yuiffy 阅读(990) 评论(0) 推荐(0)
摘要:http://codeforces.com/contest/489Problems#NameASwapSortstandard input/output1 s, 256 MBx2668BBerSU Ballstandard input/output1 s, 256 MBx2659CGiven Len... 阅读全文
posted @ 2014-11-18 15:49 带鱼Yuiffy 阅读(237) 评论(0) 推荐(0)
摘要:http://acm.zju.edu.cn/onlinejudge/showContestProblems.do?contestId=358The 2014 ACM-ICPC Asia Mudanjiang Regional Contest136 - The 2014 ACM-ICPC Asia M... 阅读全文
posted @ 2014-10-13 00:36 带鱼Yuiffy 阅读(399) 评论(0) 推荐(0)
摘要:Bayan 2015 Contest Warm Up http://codeforces.com/contest/475A - Bayan Bus B - Strongly Connected City C - Kamal-ol-molk's Painting A. Bayan Bus题意:输入人数... 阅读全文
posted @ 2014-10-06 01:11 带鱼Yuiffy 阅读(380) 评论(0) 推荐(0)
摘要:Codeforces Round #270A - Design Tutorial: Learn from Math 题意:给出n,求出两个合数x和y使x+y=n。题解:暴力筛合数,然后暴力找 1 //#pragma comment(linker, "/STACK:102400000,10240000... 阅读全文
posted @ 2014-10-03 10:56 带鱼Yuiffy 阅读(255) 评论(0) 推荐(0)
摘要:CF469Codeforces Round #268 (Div. 2)http://codeforces.com/contest/469开学了,时间少,水题就不写题解了,不水的题也不写这么详细了。A水题 1 //#pragma comment(linker, "/STACK:102400000,10... 阅读全文
posted @ 2014-09-21 17:28 带鱼Yuiffy 阅读(195) 评论(0) 推荐(0)
摘要:Codeforces Round #267 (Div. 2)(C和D的题解单独写:CF467C George and Job (DP) CF467D Fedor and Essay 建图DFS)CF#267ACF#267BAGeorge and Accommodation题意:给出宿舍各个寝室住了多... 阅读全文
posted @ 2014-09-19 08:19 带鱼Yuiffy 阅读(248) 评论(0) 推荐(0)
摘要:BestCoder Round #7Start Time : 2014-08-31 19:00:00End Time : 2014-08-31 21:00:00Contest Type : Register PublicContest Status : EndedCurrent Server Tim... 阅读全文
posted @ 2014-08-31 21:14 带鱼Yuiffy 阅读(255) 评论(0) 推荐(0)
摘要:题目列表:IDOriginTitle10 / 15Problem AFZU 2152 文件系统 0 / 16Problem BFZU 2153 A simple geometric problems 9 / 17Problem CFZU 2154 YesOrNo 4 / 18Problem DFZU... 阅读全文
posted @ 2014-04-19 16:14 带鱼Yuiffy 阅读(249) 评论(0) 推荐(0)

1