QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#534574#6447. Heaps from Treeslmq26052003Compile Error//C++20823b2024-08-27 14:06:092024-08-27 14:06:09

Details

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