Try Again
摘要: #include #include #include #include #include #include #include #include #include #include #include using namespace std; #define lowbit(x) (x&(-x)) #define max(x,y) (x>y?x:y) #define min(x,... 阅读全文
posted @ 2017-07-26 16:06 十年换你一句好久不见 阅读(181) 评论(0) 推荐(0)
摘要: Collecting Bugs Time Limit: 10000MS Memory Limit: 64000K Total Submissions: 5747 Accepted: 2843 Case Time Limit: 2000MS Special Judge Description Ivan 阅读全文
posted @ 2017-07-26 16:03 十年换你一句好久不见 阅读(200) 评论(0) 推荐(0)
摘要: An old Stone Game Time Limit: 5000MS Memory Limit: 30000K Total Submissions: 3672 Accepted: 1035 Description There is an old stone game.At the beginni 阅读全文
posted @ 2017-07-26 15:59 十年换你一句好久不见 阅读(556) 评论(0) 推荐(0)
摘要: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2421 gcd(x,4) f(4)=3,pos[4]=3=1*3; gcd(2x,8) f[4]=3],p 阅读全文
posted @ 2017-07-26 10:54 十年换你一句好久不见 阅读(195) 评论(0) 推荐(0)
摘要: http://acm.hdu.edu.cn/showproblem.php?pid=6033 Add More Zero Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others)Total S 阅读全文
posted @ 2017-07-26 09:34 十年换你一句好久不见 阅读(234) 评论(0) 推荐(0)