QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#534574#6447. Heaps from Treeslmq26052003Compile Error//C++20823b2024-08-27 14:06:092024-08-27 14:06:09

详细

answer.code: In function ‘void dfs(int, int)’:
answer.code:24:33: error: ‘a’ was not declared in this scope
   24 |     auto it = ms[u].lower_bound(a[u]);
      |                                 ^