Try Again
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页
摘要: Assemble Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 783 Accepted Submission(s): 297 Problem 阅读全文
posted @ 2017-07-27 19:26 十年换你一句好久不见 阅读(283) 评论(0) 推荐(0) 编辑
摘要: https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3755 Revenge of Fibonacci Time Limit: 10000/5000 MS (J 阅读全文
posted @ 2017-07-27 16:07 十年换你一句好久不见 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 晓华所在的工作组正在编写一套高精度科学计算的软件,一些简单的部分如高精度加减法、乘除法早已写完了,现在就剩下晓华所负责的部分:实数的高精度开m次根。因为一个有理数开根之后可能得到一个无理数,所以这项工作是有较大难度的。现在要做的只是这项工作的第一步:只对自然数进行开整数次根,求出它的一个非负根,并且 阅读全文
posted @ 2017-07-27 10:45 十年换你一句好久不见 阅读(629) 评论(0) 推荐(0) 编辑
摘要: A. Unimodal Array time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Unimodal Array time 阅读全文
posted @ 2017-07-27 09:08 十年换你一句好久不见 阅读(307) 评论(0) 推荐(0) 编辑
摘要: #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 十年换你一句好久不见 阅读(174) 评论(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 十年换你一句好久不见 阅读(196) 评论(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 十年换你一句好久不见 阅读(539) 评论(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 十年换你一句好久不见 阅读(183) 评论(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 十年换你一句好久不见 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only i 阅读全文
posted @ 2017-07-25 19:42 十年换你一句好久不见 阅读(346) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 37 下一页