求助贴,关于无结束符退出的输入的
首先我也翻过论坛的的帖子,也确实找到了这倒原题,但是我没看懂,实在是无奈了,我问了很多人都不知道该怎么弄The input will consist of a series of pairs of integers a and b, separated by a space, one pair of integers per line.
Output
For each pair of input integers a and b you should output the sum of a and b in one line, and with one line of output for each line in input.
Sample Input
1 5
10 20
Sample Output
6
30
我理解的是,输入了两个数然后按回车,下一行,又输入两个,那我怎么退出来呢,他没有说这个结束符是什么,刚接触C语言,我不知道具体该看那一部分的知识,麻烦大家了!!