这种情况怎么办,它为什么不能编译?这个小的红点可以消掉吗?
你点下小红点就消失了,那个是断点,可能你不小心加上去的
#include <stdio.h> int main() { printf("hello world\n"); return 0; }
结尾)后面要加分号啊
代码呢????