水题
hpulw
一个人一座城.....
展开
-
HDOJ-1012(u Calculate e)(输出格式)
HDOJ-1012(u Calculate e)(输出格式)u Calculate eTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 37915 Accepted Submission(s): 17190P原创 2015-11-17 14:41:34 · 357 阅读 · 0 评论 -
HDOJ-2052(Picture)
HDOJ-2052(Picture)PictureTime Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 23398 Accepted Submission(s): 11936Problem Description原创 2016-03-01 22:05:26 · 429 阅读 · 0 评论 -
HDUOJ1091
HDUOJ1091Problem DescriptionYour task is to Calculate a + b. InputInput contains multiple test cases. Each test case contains a pair of integers a and b, one pair of integers per line. A t原创 2015-07-20 20:59:44 · 462 阅读 · 0 评论 -
HDUOJ1092
HDUoj1092 Problem DescriptionYour task is to Calculate the sum of some integers. InputInput contains multiple test cases. Each test case contains a integer N, and then N integers原创 2015-07-20 21:19:12 · 667 阅读 · 0 评论 -
HDUOJ1093
HDUoj Problem DescriptionYour task is to calculate the sum of some integers. InputInput contains an integer N in the first line, and then N lines follow. Each line starts with a intege原创 2015-07-20 21:33:29 · 489 阅读 · 0 评论 -
HDUOJ1094
#includeint main(){ int a[20],i,sum,m; while(1) { sum=0; scanf("%d",&m); for(i=0;i { scanf("%d",&a[i]); sum+=a[i]; } printf("%d\n",sum); } return 0; }原创 2015-07-20 23:54:31 · 482 阅读 · 0 评论 -
HDUOJ1095
HDUoj1095Problem DescriptionYour task is to Calculate a + b. InputThe input will consist of a series of pairs of integers a and b, separated by a space, one pair of integers per line原创 2015-07-21 00:36:45 · 433 阅读 · 0 评论 -
百练oj2703
百练oj27032703:骑车与走路总时间限制: 1000ms 内存限制: 65536kB描述在北大校园里,没有自行车,上课办事会很不方便.但实际上,并非去办任何事情都是骑车快,因为骑车总要找车、开锁、停车、锁车等,这要耽误一些时间.假设找到自行车,开锁并车上自行车的时间为27秒;停车锁车的时间为23秒;步行每秒行走1.2米,原创 2015-07-23 01:36:27 · 796 阅读 · 0 评论 -
zoj1048
zoj1048Financial ManagementTime Limit: 2 Seconds Memory Limit: 65536 KB Larry graduated this year and finally has a job. He's making a lot of money, but somehow never seems to原创 2015-07-23 02:09:19 · 465 阅读 · 0 评论 -
HDUOJ1001
HDUOJ1001 Problem DescriptionIn this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. InputThe input will consist of a series of integers n, one integer per line.原创 2015-07-20 18:50:19 · 1144 阅读 · 0 评论 -
HDUOJ1089
HDUOJ1089Problem DescriptionYour task is to Calculate a + b.Too easy?! Of course! I specially designed the problem for acm beginners. You must have found that some problems have the same tit原创 2015-07-20 20:40:46 · 373 阅读 · 0 评论 -
HDUOJ1090
HDUoj1010Problem DescriptionYour task is to Calculate a + b. InputInput contains an integer N in the first line, and then N lines follow. Each line consists of a pair of integers a and b原创 2015-07-20 20:55:47 · 501 阅读 · 0 评论 -
HDOJ-5053(the Sum of Cube)
HDOJ-5053(the Sum of Cube)the Sum of CubeTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2084 Accepted Submission(s): 849Proble原创 2015-12-20 17:43:47 · 472 阅读 · 0 评论 -
ZOJ-3936(Apples and Ideas)
Apples and IdeasTime Limit: 2 Seconds Memory Limit: 65536 KB "If you have an apple and I have an apple and we exchange these apples then you and I will still each have one apple. But原创 2016-04-25 19:45:42 · 402 阅读 · 0 评论