Compile Error
/in/foo.cc: In function 'bool check(int)': /in/foo.cc:12:9: error: expected ';' before 'for' for(int j = 1;j <= n;j++) temp[j] = food[j]; ^~~ /in/foo.cc:12:23: error: 'j' was not declared in this scope for(int j = 1;j <= n;j++) temp[j] = food[j]; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1020 切蛋糕
- 语言
- C++
- 递交时间
- 2019-10-15 23:34:56
- 评测时间
- 2019-10-15 23:34:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes