浮萍飘 发表于 2020-2-29 02:45:16

求助

int main()
{
        printf("Hello World!\n");
        return 0;
}

运行的时候报错,请问是什么原因。
“printf” was not declared in this scope

浮萍飘 发表于 2020-2-29 02:54:09

我知道了,因为少了第一行#include<stdio.h>
页: [1]
查看完整版本: 求助