作业帮 > 综合 > 作业

(Each undeclared identifier is reported only once for each f

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/07/17 16:34:41
(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.
添加头文件:#include "stdio.h"