Compile Error
foo.cc: In function ‘bool check(int)’:
foo.cc:7:25: error: ‘mid’ was not declared in this scope
7 | if(a[i]>mid){
| ^~~
foo.cc:8:25: error: ‘b’ was not declared in this scope
8 | b[cnt++]=a[i];
| ^
foo.cc:12:20: error: ‘b’ was not declared in this scope
12 | if(b[i]!=b[i+1]){
| ^
信息
- 递交者
- 类型
- 自测
- 题目
- P3016 数字移动202512GESP5级T1
- 语言
- C++
- 递交时间
- 2026-02-13 19:56:24
- 评测时间
- 2026-02-13 19:56:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes