帮忙帮我看下,着程序错误在哪里 谢谢。
帮忙帮我看下,着程序错误在哪里 谢谢。#include <sstdio.h>
int main ()
{
int a,b,sum;
a=123;
b=456;
sum=a+b;
printf("sum is %d\n",sum);
return 0;
} #include <sstdio.h>
第一行就错了 stdio 不是 sstdio 多看错误提示 反正显示错误1处,麻烦各位大哥大姐帮个忙 帮我看下什么错误,还是建模建错了。 lumber2388779 发表于 2017-2-21 15:50
#include
第一行就错了 stdio 不是 sstdio 多看错误提示
谢谢。。。错误提示,就显示一个错误,没提示 。。不好意思。。 pxxlzzh 发表于 2017-2-21 15:53
谢谢。。。错误提示,就显示一个错误,没提示 。。不好意思。。
你用的是什么开发工具,正常都会有提示是什么原因导致的错误
页:
[1]