标签:
A+Bproblem
不说废话了,代码:
#include<cstdio> int main() { int a,b; scanf("%d%d",&a,&b); printf("%d",a+b); return 0; }
第一篇随笔
原文地址:http://www.cnblogs.com/chenw929/p/4410141.html