评测信息

运行ID: 8335
src.c: In function 'main':
src.c:7:4: error: too few arguments to function 'max'
d=max(a, b, c);
^
src.c:4:6: note: declared here
int max(int x,int y, int z, int p);
^
src.c: At top level:
src.c:11:1: error: stray '\357' in program
int max(int x,int y,int z)
^
src.c:11:1: error: stray '\274' in program
src.c:11:1: error: stray '\214' in program
src.c:11:23: error: expected ';', ',' or ')' before 'int'
int max(int x,int y,int z)
^