评测信息

运行ID: 3022
src.c: In function 'fun':
src.c:30:5: error: 'renturn' undeclared (first use in this function)
renturn 0;
^
src.c:30:5: note: each undeclared identifier is reported only once for each function it appears in
src.c:30:13: error: expected ';' before numeric constant
renturn 0;
^