你这个文件是不是删除或损坏了,新建一个看看,另外你开头应该加上#include <stdio.h>,不然无法用printf
这个是文件编译未成功,把头文件改下,改为#include <stdio.h>,再试试重新编译一下。