QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#443359#8581. 섬ZhangYiDeCompile Error//C++23781b2024-06-15 15:16:312024-06-15 15:16:32

Details

answer.code: In function ‘void construct_two_trees(int, std::vector<int>, std::vector<int>)’:
answer.code:25:13: error: ‘ll’ was not declared in this scope
   25 |         for(ll it : g[x])
      |             ^~
answer.code:27:38: error: expected primary-expression before ‘)’ token
   27 |                         t1.pb({x, it});
      |                                      ^
answer.code:27:38: error: expected ‘;’ before ‘)’ token
   27 |                         t1.pb({x, it});
      |                                      ^
      |                                      ;