私信TA
用户名:Harlan
访问量:1009
签 名:
自我简介:
作者: 牛奶加蛋白 发表时间:2017-06-11 02:41:13 浏览:732 | 评论:0
#include<stdio.h>
int main()
{
int a,b;
printf ("please input two numbers :\n");
while(scanf("%d%d", &a, &b))
printf("%d\n",a+b);
return 0;
}
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧