摘要: BalloonComes!Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:65536KBTotal submit users: 196, Accepted users: 168Problem 10370 : No special judgementProblem descriptionThe contest starts now! How excited it is to see balloons floating around. You, one of the best programmers in HDU, can g 阅读全文
posted @ 2013-11-17 14:44 褪色的狼 阅读(137) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(VIII)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 221, Accepted users: 213Problem 10369 : No special judgementProblem descriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, 阅读全文
posted @ 2013-11-17 14:14 褪色的狼 阅读(203) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(VII)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 235, Accepted users: 225Problem 10368 : No special judgementProblem descriptionYour task is to Calculate a + b.InputThe input will consist of a series of pairs of integers a and b, s 阅读全文
posted @ 2013-11-17 14:10 褪色的狼 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std;int main(){ int a,b,s,n; for(;;) { scanf("%d",&n); if(0==n) break; scanf("%d",&a); s=a; for(;(n-1)>0;n--) { scanf("%d",&b); s+=b; } printf("%d\n",s); } return 0;}A+BforInput-Outp... 阅读全文
posted @ 2013-11-17 14:03 褪色的狼 阅读(219) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(III)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 494, Accepted users: 457Problem 10363 : No special judgementProblem descriptionYour task is to Calculate a + b.InputInput contains multiple test cases. Each test case contains a pair 阅读全文
posted @ 2013-11-17 14:02 褪色的狼 阅读(172) 评论(0) 推荐(0) 编辑
摘要: TheHardestProblemEverTime Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 165, Accepted users: 132Problem 10367 : No special judgementProblem descriptionJulius Caesar lived in a time of danger and intrigue. The hardest situation Caesar ever faced was keeping himself 阅读全文
posted @ 2013-11-17 14:00 褪色的狼 阅读(192) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(VI)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 268, Accepted users: 252Problem 10366 : No special judgementProblem descriptionYour task is to calculate the sum of some integers.InputInput contains multiple test cases, and one case 阅读全文
posted @ 2013-11-17 10:55 褪色的狼 阅读(245) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(V)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 294, Accepted users: 278Problem 10365 : No special judgementProblem descriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, an 阅读全文
posted @ 2013-11-17 10:46 褪色的狼 阅读(203) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(II)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 539, Accepted users: 508Problem 10362 : No special judgementProblem descriptionYour task is to Calculate a + b.InputInput contains an integer N in the first line, and then N lines fol 阅读全文
posted @ 2013-11-17 10:31 褪色的狼 阅读(163) 评论(0) 推荐(0) 编辑
摘要: A+BforInput-OutputPractice(I)Time Limit: 1000ms, Special Time Limit:2500ms, Memory Limit:32768KBTotal submit users: 609, Accepted users: 547Problem 10361 : No special judgementProblem descriptionYour task is to Calculate a + b. Too easy?! Of course! I specially designed the problem for acm beginners 阅读全文
posted @ 2013-11-17 10:28 褪色的狼 阅读(139) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2013-11-17 10:22 褪色的狼 阅读(1) 评论(0) 推荐(0) 编辑