QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#445024#8581. 섬MaMengQiCompile Error//C++201.5kb2024-06-15 23:06:242024-06-15 23:06:26

Details

answer.code: In function ‘void construct_two_trees(int, std::vector<int>, std::vector<int>)’:
answer.code:67:17: error: ‘add_vertex’ was not declared in this scope
   67 |         int d = add_vertex(a, b, c);
      |                 ^~~~~~~~~~
answer.code:70:9: error: ‘report’ was not declared in this scope
   70 |         report(t1);
      |         ^~~~~~