QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#628854#9449. New School Termucup-team3583#Compile Error//C++204.4kb2024-10-10 22:45:092024-10-10 22:45:09

详细

answer.code: In function ‘int main()’:
answer.code:159:32: error: no matching function for call to ‘DSU::merge(__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type&, int)’
  159 |             lst -= q, dsu.merge(block[i], 0);
      |                       ~~~~~~~~~^~~~~~~~~~~~~
answer.code:31:10: note: candidate: ‘void DSU::merge(int, int, int)’
   31 |     void merge(int u, int v, int tag) {
      |          ^~~~~
answer.code:31:10: note:   candidate expects 3 arguments, 2 provided