评测信息

运行ID: 2233
src.c:3:8: error: expected declaration specifiers or '...' before string constant
ptintf("%d\n",c);
^
src.c:3:15: error: expected declaration specifiers or '...' before 'c'
ptintf("%d\n",c);
^