评测信息

运行ID: 1188
src.c: In function 'main':
src.c:8:9: error: static declaration of 'max' follows non-static declaration
int max(int x,int y,int z)
^
src.c:5:9: note: previous declaration of 'max' was here
int max(int x,int y,int z);
^