QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#45284 | #4563. Radio Towers | HuangHanSheng | Compile Error | / | / | C++17 | 483b | 2022-08-22 15:58:09 | 2022-08-22 15:58:10 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int max_towers(int, int, int)’: answer.code:20:14: error: ‘k’ was not declared in this scope 20 | if (L >= k || R <= K) { | ^ answer.code:20:24: error: ‘K’ was not declared in this scope 20 | if (L >= k || R <= K) { | ^ answer.code:23:9: error: ‘H’ was not declared in this scope 23 | if (H[L] <= H[k] - D && H[R] <= H[k] - D) { | ^ answer.code:23:19: error: ‘k’ was not declared in this scope 23 | if (H[L] <= H[k] - D && H[R] <= H[k] - D) { | ^