随笔分类 -  算法竞赛

上一页 1 ··· 6 7 8 9 10 11 12 13 下一页
摘要:Prime Ring Problem Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 41154 Accepted Submission(s): 阅读全文
posted @ 2016-05-28 17:24 超级学渣渣 阅读(163) 评论(0) 推荐(0)
摘要:Safecracker Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12203 Accepted Submission(s): 6319 Pr 阅读全文
posted @ 2016-05-28 16:24 超级学渣渣 阅读(177) 评论(0) 推荐(0)
摘要:1001 1000 阅读全文
posted @ 2016-05-22 09:47 超级学渣渣 阅读(150) 评论(0) 推荐(0)
摘要:Uniform Generator Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25041 Accepted Submission(s): 9 阅读全文
posted @ 2016-05-21 20:56 超级学渣渣 阅读(301) 评论(0) 推荐(0)
摘要:N! Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 73503 Accepted Submission(s): 21308 Problem 阅读全文
posted @ 2016-05-21 10:58 超级学渣渣 阅读(264) 评论(0) 推荐(0)
摘要:Digital Roots Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 68194 Accepted Submission(s): 21324 阅读全文
posted @ 2016-05-21 09:55 超级学渣渣 阅读(164) 评论(0) 推荐(0)
摘要:u Calculate e Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 40905 Accepted Submission(s): 18610 阅读全文
posted @ 2016-05-21 09:30 超级学渣渣 阅读(170) 评论(0) 推荐(0)
摘要:Tempter of the Bone Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 102587 Accepted Submission(s) 阅读全文
posted @ 2016-05-19 11:11 超级学渣渣 阅读(154) 评论(0) 推荐(0)
摘要:FatMouse' Trade Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 63732 Accepted Submission(s): 215 阅读全文
posted @ 2016-05-18 21:53 超级学渣渣 阅读(205) 评论(0) 推荐(0)
摘要:Catching Dogs Description Diao Yang keeps many dogs. But today his dogs all run away. Diao Yang has to catch them. To simplify the problem, we assume 阅读全文
posted @ 2016-05-15 21:22 超级学渣渣 阅读(275) 评论(0) 推荐(0)
摘要:Problem C: The Same Color Description Diao Yang has many balls with different colors. Today he wants to divide his balls into two groups. But he does 阅读全文
posted @ 2016-05-15 20:54 超级学渣渣 阅读(225) 评论(0) 推荐(0)
摘要:Array C Description Giving two integers and and two arrays and both with length , you should construct an array also with length which satisfied: 1.0≤ 阅读全文
posted @ 2016-05-15 20:52 超级学渣渣 阅读(312) 评论(0) 推荐(0)
摘要:#include<iostream> #include<stdio.h> #include<math.h> #include<algorithm> using namespace std; int main() { int n; while(~scanf("%d",&n)&&n!=0) { int 阅读全文
posted @ 2016-05-14 21:36 超级学渣渣 阅读(123) 评论(0) 推荐(0)
摘要:struct Node { int d, e; bool operator < (const Node x) const { return x.d < d; } Node(int d, int e):d(d), e(e){} }; 阅读全文
posted @ 2016-05-14 10:12 超级学渣渣 阅读(1750) 评论(0) 推荐(0)
摘要:Count Good Substrings Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 451D Count Good Substrin 阅读全文
posted @ 2016-05-13 17:13 超级学渣渣 阅读(247) 评论(0) 推荐(0)
摘要:Jzzhu and Chocolate time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output Jzzhu has a big recta 阅读全文
posted @ 2016-05-09 15:06 超级学渣渣 阅读(195) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 下一页