dev c++ 运行c语言时候出错
#include<stdio.h>#include<stdlib.h>intmain(){inta,b;scanf("%d,%d\n",&a,&b);printf("%d...
#include <stdio.h>
#include <stdlib.h>
int main()
{
int a,b;
scanf("%d,%d\n",&a,&b);
printf("%d\n",a+b);
return 0;
system("pause");
}
纯新手,按F9运行后,输入 1,2 后没反应 展开
#include <stdlib.h>
int main()
{
int a,b;
scanf("%d,%d\n",&a,&b);
printf("%d\n",a+b);
return 0;
system("pause");
}
纯新手,按F9运行后,输入 1,2 后没反应 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询