hello.c: In function ‘main’: hello.c:8:16: warning: implicit declaration of function ‘max’ [-Wimplicit-function-declaration] int maxNum=max(a1,a2); 老师 编译的时候出现这个,但又编译成功了!这是警告吗?
只是个警告 好像是因为没有声明