QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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); | ^