这样子,在别人电脑上没问题,自己电脑上
收起
没有声明函数test
#include<stdio.h> int test(); int main(){ test(); } int test(){ printf("hello"); return 0; }
报告相同问题?