Compile Error
foo.c: In function 'main': foo.c:16:17: warning: statement with no effect [-Wunused-value] 16 | else(c<b&&b<a) | ~~~~^~~~~~ foo.c:16:23: error: expected ';' before 'printf' 16 | else(c<b&&b<a) | ^ | ; 17 | printf("%d%d%d",a,b,c); | ~~~~~~ foo.c:18:9: error: expected declaration or statement at end of input 18 | return 0; | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A1-1 分支结构练习:三数排序
- 比赛
- 2022年迎新赛(第一场)
- 语言
- C
- 递交时间
- 2022-08-15 13:59:54
- 评测时间
- 2022-08-15 13:59:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes