Compile Error
/in/foo.c: In function 'main': /in/foo.c:6:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] for(x>=0, y<=32767) ^ /in/foo.c:6:10: warning: statement with no effect [-Wunused-value] /in/foo.c:6:20: error: expected ';' before ')' token for(x>=0, y<=32767) ^ /in/foo.c:6:20: error: expected expression before ')' token
信息
- 递交者
- 类型
- 递交
- 题目
- a+b
- 语言
- C
- 递交时间
- 2018-12-24 19:58:59
- 评测时间
- 2018-12-24 19:58:59
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes