Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:13:15: warning: left operand of comma operator has no effect [-Wunused-value] for(int b=0;b<n,b++){ ~^~ /in/foo.cc:13:21: error: expected ';' before ')' token for(int b=0;b<n,b++){ ^ /in/foo.cc:14:15: error: expected ')' before ']' token if(a[1]<a[b]])zong=zong+b; ^ /in/foo.cc:14:15: error: expected primary-expression before ']' token
信息
- 递交者
- 类型
- 递交
- 题目
- P1045 冠军
- 语言
- C++
- 递交时间
- 2020-05-10 11:03:41
- 评测时间
- 2020-05-10 11:03:41
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes