Compile Error
/in/foo.c: In function 'main':
/in/foo.c:27:27: warning: statement with no effect [-Wunused-value]
27 | else(delta<0)
| ~~~~~~^~~
/in/foo.c:27:30: error: expected ';' before '{' token
27 | else(delta<0)
| ^
| ;
28 | {
| ~
/in/foo.c:34:9: error: expected declaration or statement at end of input
34 | }
| ^
/in/foo.c:6:14: warning: unused variable 'i' [-Wunused-variable]
6 | char i;
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-06 19:55:26
- 评测时间
- 2025-11-06 19:55:26
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes