QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#882845 | #3226. Distance Sum | angletrisection | Compile Error | / | / | C++14 | 5.2kb | 2025-02-05 11:54:26 | 2025-02-05 11:54:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:213:20: error: ‘l’ was not declared in this scope 213 | while (l < r - 1) { | ^ answer.code:213:24: error: ‘r’ was not declared in this scope 213 | while (l < r - 1) { | ^ answer.code:223:30: error: ‘l’ was not declared in this scope 223 | x = k_path(x, i, l + 1); | ^