QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#177657 | #7103. Red Black Tree | GuanYunchang | Compile Error | / | / | C++17 | 2.3kb | 2023-09-13 08:52:28 | 2023-09-13 08:52:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘long long int lca(long long int, long long int)’: answer.code:30:13: error: ‘log2’ was not declared in this scope 30 | int k = log2(r - l + 1); | ^~~~