QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ^