QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#177657#7103. Red Black TreeGuanYunchangCompile Error//C++172.3kb2023-09-13 08:52:282023-09-13 08:52:28

详细

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