<pre name="code" class="brush: cpp;"> 代码 </pre>
|
1
2
3
4
5
6
7 |
#include<cstdio>int main(){ int
a,b; while(scanf("%d%d",&a,&b)!=EOF) printf("%d\n",a+b); return
0;} |
原文:http://www.cnblogs.com/forever97/p/3541870.html