Compile Error
/in/foo.cc: In function 'int main()': /in/foo.cc:7:28: warning: right operand of comma operator has no effect [-Wunused-value] for(int i=1;i<=n;i++,b++,n-i) ~^~ /in/foo.cc:9:25: warning: right operand of comma operator has no effect [-Wunused-value] for(int i=1;i<=b;i++,b-i) ~^~ /in/foo.cc:5:8: warning: unused variable 'a' [-Wunused-variable] int n,a,b,k=0; ^ /in/foo.cc:14:1: error: expected '}' at end of input } ^
信息
- 递交者
- 类型
- 递交
- 题目
- 金币
- 语言
- C++
- 递交时间
- 2018-10-28 17:00:53
- 评测时间
- 2018-10-28 17:00:53
- 评测机
- 分数
- 0
- 总耗时
- 257ms
- 峰值内存
- 29.32 MiB