QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#45143 | #4563. Radio Towers | ZhaoZiLong | Compile Error | / | / | C++17 | 492b | 2022-08-22 14:19:09 | 2022-08-22 14:19:09 |
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:26:18: error: ‘N’ was not declared in this scope 26 | if (k == N-1 || k == 0) return 1; | ^