QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45285#4563. Radio TowersMaMengQiCompile Error//C++17495b2022-08-22 15:58:292022-08-22 15:58:31

詳細信息

answer.code: In function ‘int max_towers(int, int, int)’:
answer.code:23:9: error: ‘H’ was not declared in this scope
   23 |     if (H[L] <= H[idxK] - D && H[R] <= H[idxK] - D) {
      |         ^