
acm路程
DamonDown
这个作者很懒,什么都没留下…
展开
-
ACM---1087: A+B for Input-Output Practice (III)
题目描述: Your task is to Calculate a + b. 输入:原创 2014-11-16 06:30:24 · 449 阅读 · 0 评论 -
ACM路程----1085 A+B for Input-Output Practice (I)
输入:The input will consist of a series of pairs of integers a and b, separated by a space, one pair of integers per line. #include int main() { int a,b; while(scanf("%d %d",&a,&b)!=EOF) pri原创 2014-11-16 06:20:32 · 462 阅读 · 0 评论 -
ACM----1086 A+B for Input-Output Practice (II)
题目描述: The first line integer means the number of input integer a and b. Your task is to Calculate a + b. 输入: Your task is to Calculate a + b. The first line integer means the numbers of pairs of原创 2014-11-16 06:27:11 · 1929 阅读 · 0 评论 -
ACM---1089: A+B for Input-Output Practice (V)
题目描述 Your task is to calculate the sum of some integers. 输入 Input contains an integer N in the first line, and then N lines follow. Each line starts with a integer M, and then M integers follo原创 2014-11-16 06:37:13 · 531 阅读 · 0 评论 -
ACM---1088: A+B for Input-Output Practice (IV)
题目描述 Your task is to Calculate the sum of some integers.原创 2014-11-16 06:33:42 · 528 阅读 · 0 评论