Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:20:16: warning: right operand of comma operator has no effect [-Wunused-value] for (i = 1, i <= len; i++) ~~^~~~~~ /in/foo.cc:20:27: error: expected ';' before ')' token for (i = 1, i <= len; i++) ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1347 乘积最大
- 语言
- C++
- 递交时间
- 2018-11-02 15:31:58
- 评测时间
- 2018-11-02 15:31:58
- 评测机
- 分数
- 0
- 总耗时
- 1108ms
- 峰值内存
- 134.059 MiB