作业帮 > 综合 > 作业

(Each undeclared identifier is reported only once for each f

来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/09/21 14:29:39
(Each undeclared identifier is reported only once for each function it appears in.) 这个怎么改
#include "stdafx.h"
int main()
{
printf("\n");
}
\Users\Administrator\Desktop\qwred\qwred.cpp C:\Users\Admini
5 C:\Users\Administrator\Desktop\qwred\qwred.cpp `printf' undeclared (first use this function) strator\Desktop\qwred\C stdafx.h:No such file or directory.
(Each undeclared identifier is reported only once for each f
添加头文件:#include "stdio.h"