随笔分类 - 算法竞赛
摘要:Prime Ring Problem Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 41154 Accepted Submission(s):
阅读全文
摘要:Safecracker Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 12203 Accepted Submission(s): 6319 Pr
阅读全文
摘要:Uniform Generator Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 25041 Accepted Submission(s): 9
阅读全文
摘要:N! Time Limit: 10000/5000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others)Total Submission(s): 73503 Accepted Submission(s): 21308 Problem
阅读全文
摘要:Digital Roots Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 68194 Accepted Submission(s): 21324
阅读全文
摘要: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
阅读全文
摘要: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)
阅读全文
摘要:FatMouse' Trade Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 63732 Accepted Submission(s): 215
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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≤
阅读全文
摘要:#include<iostream> #include<stdio.h> #include<math.h> #include<algorithm> using namespace std; int main() { int n; while(~scanf("%d",&n)&&n!=0) { int
阅读全文
摘要:struct Node { int d, e; bool operator < (const Node x) const { return x.d < d; } Node(int d, int e):d(d), e(e){} };
阅读全文
摘要:Count Good Substrings Time Limit:2000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Submit Status Practice CodeForces 451D Count Good Substrin
阅读全文
摘要: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
阅读全文

浙公网安备 33010602011771号