QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#462887#8547. Whose Land?egypt_ioi2024_12Compile Error//C++148.9kb2024-07-04 09:00:582024-07-04 09:00:58

詳細信息

answer.code: In function ‘int main()’:
answer.code:295:21: error: ‘bt’ was not declared in this scope; did you mean ‘st’?
  295 |                     bt.add(j[2],j[1]-j[0]+1);
      |                     ^~
      |                     st
answer.code:299:21: error: ‘bt’ was not declared in this scope; did you mean ‘st’?
  299 |                     bt.add(j[2],-(j[1]-j[0]+1));
      |                     ^~
      |                     st