评测信息

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