- 博客(19)
- 收藏
- 关注
转载 A + B Problem
A + B ProblemTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 278755Accepted Submission(s): 82422 Problem DescriptionCalculateA ...
2013-03-21 13:43:00 94
转载 成绩转换
成绩转换Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 52865Accepted Submission(s): 22850 Problem Description输入一个百分制的成绩t,将其转换成对应的等级...
2013-03-21 13:40:00 123
转载 求绝对值
求绝对值Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 47832Accepted Submission(s): 23469 Problem Description求实数的绝对值。Input...
2013-03-21 13:33:00 147
转载 计算球体积
计算球体积Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 59068Accepted Submission(s): 23370 Problem Description根据输入的半径值,计算球的体积。...
2013-03-21 13:29:00 138
转载 计算两点间的距离
计算两点间的距离Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 68451Accepted Submission(s): 25856 Problem Description输入两点坐标(X1,Y1),(X2,...
2013-03-21 13:17:00 87
转载 Sum Problem
Sum ProblemTime Limit: 1000/500 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 201094Accepted Submission(s): 48459 Problem DescriptionHey, welcome to...
2013-03-21 13:10:00 62
转载 A+B for Input-Output Practice (I)
A+B for Input-Output Practice (I)Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 58298Accepted Submission(s): 32537Problem Descript...
2013-03-20 19:26:00 73
转载 A + B Problem Too
A + B Problem TooTime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8687Accepted Submission(s): 6543Problem DescriptionThis problem ...
2013-03-19 20:52:00 62
转载 矩阵的顺序调换
输入事例:1 2 3 43 4 5 76 4 5 41 5 4 3输出事例:1 3 6 12 4 4 53 5 5 41 5 4 3程序:#include<stdio.h>main(){ int a[100][100],i,j,temp; for(i=0;i<4;i++) for(j=0;...
2013-03-19 20:08:00 1340
转载 Q10222: Decode the Mad man
The ProblemOnce in BUET, an old professor had gone completely mad. He started talking with some peculiar words. Nobody could realize his speech and lectures. Finally the BUET authority fall in ...
2013-02-25 17:06:00 237
转载 Q10673: Play with Floor and Ceil
#include<stdio.h>main(){ int n,x,k,q,p,a,b,c; scanf("%d",&n); while(n--) { scanf("%d%d",&x,&k); for(p=0;p<1000;p++) for(q=0;q<1000;q++)...
2013-02-24 22:39:00 75
转载 Q10370: Above Average
Problem D: Above AverageIt is said that 90% of frosh expect to be above average in their class. You are to provide a reality check.The first line of standard input contains an integer C, th...
2013-02-24 21:23:00 104
转载 Q10340: All in All
All in AllInput:standard inputOutput:standard outputTime Limit:2 secondsMemory Limit:32 MBYou have devised a new encryption technique which encodes a message by inserting between it...
2013-02-24 20:30:00 131
转载 Q100: The 3n + 1 problem
BackgroundProblems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). In this problem you will be analyzing a property of an...
2013-02-24 16:29:00 141
转载 Q10071: Back to High School Physics
Input:standard inputOutput:standard outputA particle has initial velocity and constant acceleration. If its velocity after certain time is v then what will its displacement be in twice o...
2013-02-24 16:06:00 79
转载 Q488: Triangle Wave
In this problem you are to generate a triangular wave form according to a specified pair of Amplitude and Frequency.Input and OutputThe input begins with a single positive integer on a lin...
2013-02-24 15:46:00 101
转载 Q494: Kindergarten Counting Game
Everybody sit down in a circle. Ok. Listen to me carefully.``Woooooo, you scwewy wabbit!''Now, could someone tell me how many words I just said?Input and OutputInput to your program wi...
2013-02-24 15:14:00 82
转载 Q10055: Hashmat the brave warrior
nput:standard inputOutput:standard outputHashmat is a brave warrior who with his group of young soldiers moves from one place to another to fight against his opponents. Before fighting h...
2013-02-24 14:53:00 82
转载 Q579:ClockHands
The medieval interest in mechanical contrivances is well illustrated by the development of the mechanical clock, the oldest of which is driven by weights and controlled by a verge, an oscillating...
2013-02-22 17:01:00 87
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人