Compile Error
/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: statement with no effect [-Wunused-value]
 {("1234")
  ^
/in/foo.c:5:5: error: expected ';' before 'printf'
     printf("hello, world\n");
     ^~~~~~
/in/foo.c: At top level:
/in/foo.c:6:3: error: expected identifier or '(' before string constant
 }("0 20 34")
   ^~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 小时分钟秒
 - 语言
 - C
 - 递交时间
 - 2017-09-13 20:48:17
 - 评测时间
 - 2017-09-13 20:48:17
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 25ms
 - 峰值内存
 - 3.281 MiB