记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: statement with no effect [-Wunused-value]
 {120
  ^~~
/in/foo.c:5:5: error: expected ';' before 'printf'
     printf("hello, world\n");
     ^~~~~~
/in/foo.c: At top level:
/in/foo.c:6:2: error: expected identifier or '(' before numeric constant
 }21
  ^~

信息

递交者
类型
递交
题目
反序数字
语言
C
递交时间
2017-09-14 10:36:44
评测时间
2017-09-14 10:36:44
评测机
分数
0
总耗时
22ms
峰值内存
3.285 MiB