#include"stdio.h"
int main(){ printf("hello,world\n"); return 0;}
错误提示;cs.obj - 0 error(s), 0 warning(s) 这段编译不成功 是什么问题?
你好:
提示0错误0警告 表示编译通过 接着运行程序就可以
你不会把:错误提示;cs.obj - 0 error(s), 0 warning(s) 加进去了吧?