70分求助,刚学一个月的c语
查看原帖
70分求助,刚学一个月的c语
817209
DK_beiyu楼主2022/10/1 23:20
#include<stdio.h>
int main()
{
long long a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
2022/10/1 23:20
加载中...