|
1
2
3
4
5
6
7 |
#include<cstdio> int main(){int a,b; scanf("%d%d",&a,&b); printf("%d",a+b); return
0;} |
原文:http://www.cnblogs.com/forever97/p/3541880.html