Compile Error
/in/foo.c: In function 'main': /in/foo.c:10:10: warning: left-hand operand of comma expression has no effect [-Wunused-value] for(xmin,xmin<=xmax,xmin++) ^ /in/foo.c:10:21: warning: left-hand operand of comma expression has no effect [-Wunused-value] for(xmin,xmin<=xmax,xmin++) ^ /in/foo.c:10:28: error: expected ';' before ')' token for(xmin,xmin<=xmax,xmin++) ^ /in/foo.c:10:28: error: expected expression before ')' token
信息
- 递交者
- 类型
- 自测
- 题目
- A2-1 循环结构入门:数列求和
- 语言
- C
- 递交时间
- 2019-03-31 19:09:03
- 评测时间
- 2019-03-31 19:09:03
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes