全部问题 > 当前问题

为什么点组建时会出现一个错误

冷静 2016-2-28 09:58:00

共 7 个回答

XFChen 2016-2-28 09:58:22

什么错误?

JuCHwill 2016-2-28 09:58:55

我看不见题啊


冷静 2016-2-28 10:02:21

#include <stdio.h>

#include <stslib.h>

main()

{

printf("hello world");

system("pause");

}


嘿嘿大人 2016-2-28 10:23:55

回复 冷静:打错字了

#include <stdio.h>


#include <stdlib.h>


main()


{


printf("hello world");


system("pause");


}


冷静 2016-2-28 10:42:56

恩,这个我打完之后就知道错了,但之前不是这个错误,不过现在没事了

嘿嘿大人 2016-2-28 10:50:58

回复 冷静:= =那估计是其他工程未关闭,重新开一次软件就行了,加油吧,嘿嘿

冷静 2016-2-28 10:52:00

恩,才开始


问题来自: 格式化输出函数