Compile Error
foo.c: In function 'main': foo.c:7:16: warning: right-hand operand of comma expression has no effect [-Wunused-value] 7 | for(i=0,i>=0,i++) | ^ foo.c:7:25: error: expected ';' before ')' token 7 | for(i=0,i>=0,i++) | ^ | ; foo.c:7:25: error: expected expression before ')' token foo.c:9:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 9 | if(x=0) | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1080 xf1-3进制转换1
- 比赛
- 2022年迎新赛(第二场)
- 语言
- C
- 递交时间
- 2022-08-27 14:00:56
- 评测时间
- 2022-08-27 14:01:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes