Compile Error
foo.cc: In function 'int main()':
foo.cc:20:2: error: expected initializer before 'bi'
  bi = q[n - k] % 10;
  ^~
foo.cc:21:2: error: 'ni' was not declared in this scope
  ni = q[n - k] / 100;
  ^~
foo.cc:21:2: note: suggested alternative: 'n'
  ni = q[n - k] / 100;
  ^~
  n
foo.cc:22:2: error: 'ma' was not declared in this scope
  ma = q[n - k] % 100 / 10;
  ^~
foo.cc:25:5: error: 'p' was not declared in this scope
  lv(p);
     ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- P1037 环形山丘(续)
- 语言
- C++
- 递交时间
- 2021-09-24 21:43:38
- 评测时间
- 2021-09-24 21:43:38
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes