标签:style blog io color sp div log bs amp
描述
此题为练手用题,请大家计算一下a+b的值
1 #include <stdio.h> 2 3 int main(){ 4 int a; 5 int b; 6 7 scanf("%d%d",&a,&b); 8 9 printf("%d\n",a+b); 10 return 0; 11 }
标签:style blog io color sp div log bs amp
原文地址:http://www.cnblogs.com/zqxLonely/p/4095554.html