11 2015 档案

摘要:A. Mashmokh and Numbers time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output ... 阅读全文
posted @ 2015-11-30 20:43 martinue 阅读(240) 评论(0) 推荐(0)
摘要:第一次做出来第三题表示弱有点小兴奋! Numbers Accepts: 556 Submissions: 1486 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Ot... 阅读全文
posted @ 2015-11-28 20:49 martinue 阅读(166) 评论(0) 推荐(0)
摘要:A. Data Recovery time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Not so lo... 阅读全文
posted @ 2015-11-28 16:59 martinue 阅读(270) 评论(0) 推荐(0)
摘要:A. Poster time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output The R1 company h... 阅读全文
posted @ 2015-11-26 20:31 martinue 阅读(150) 评论(0) 推荐(0)
摘要:A. Password Check time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output You... 阅读全文
posted @ 2015-11-24 17:57 martinue 阅读(207) 评论(0) 推荐(0)
摘要:A. The Great Game time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Two team... 阅读全文
posted @ 2015-11-24 13:59 martinue 阅读(232) 评论(0) 推荐(0)
摘要:A. Squats time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Pasha has many h... 阅读全文
posted @ 2015-11-18 20:53 martinue 阅读(218) 评论(0) 推荐(0)
摘要:A. Guess a number! time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A TV sh... 阅读全文
posted @ 2015-11-18 20:03 martinue 阅读(230) 评论(0) 推荐(0)
摘要:A. Mashmokh and Lights time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Mas... 阅读全文
posted @ 2015-11-17 18:00 martinue 阅读(175) 评论(0) 推荐(0)
摘要:A. Line to Cashier time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Little ... 阅读全文
posted @ 2015-11-16 18:56 martinue 阅读(304) 评论(0) 推荐(0)
摘要:A. Gravity Flip time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Little Chr... 阅读全文
posted @ 2015-11-14 18:30 martinue 阅读(368) 评论(0) 推荐(0)
摘要:D. Three Logos time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Three compa... 阅读全文
posted @ 2015-11-10 19:30 martinue 阅读(205) 评论(0) 推荐(0)
摘要:B. Robot's Task time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Robot Doc ... 阅读全文
posted @ 2015-11-09 19:18 martinue 阅读(180) 评论(0) 推荐(0)
摘要:Pasha has recently bought a new phone jPager and started adding his friends' phone numbers there. Each phone number consists of exactly n digits.... 阅读全文
posted @ 2015-11-09 14:03 martinue 阅读(290) 评论(0) 推荐(0)
摘要:C. The Big Race time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Vector Wil... 阅读全文
posted @ 2015-11-03 21:09 martinue 阅读(302) 评论(0) 推荐(0)
摘要:ll gcd(ll a,ll b){ return b? gcd(b,a%b):a;}简洁版本的总是容易忘。。。。。放这儿容易找~~ 阅读全文
posted @ 2015-11-03 18:35 martinue 阅读(408) 评论(1) 推荐(0)