QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#112764#3554. SweepingflowerCompile Error//C++145.6kb2023-06-13 11:55:222023-06-13 11:55:27

详细

answer.code: In function ‘void DSU::erase(int)’:
answer.code:31:17: error: ‘sz’ was not declared in this scope
   31 |                 sz[find(x)] --;
      |                 ^~
answer.code: In function ‘void CAT::mdfr(int, int, int, int)’:
answer.code:86:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
   86 |                                 auto [pl, x] = q1[id[u]].top();
      |                                      ^
answer.code:95:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
   95 |                                 auto [pr, x] = q2[id[u]].top();
      |                                      ^
answer.code: In function ‘void CAT::mdfl(int, int, int, int)’:
answer.code:112:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  112 |                                 auto [pr, x] = q2[id[u]].top();
      |                                      ^
answer.code:121:38: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’
  121 |                                 auto [pl, x] = q1[id[u]].top();
      |                                      ^