QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#882845#3226. Distance SumangletrisectionCompile Error//C++145.2kb2025-02-05 11:54:262025-02-05 11:54:26

详细

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);
      |                              ^