QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#580414#9322. Segments Removal3un_larryfuncCompile Error//C++1416.8kb2024-09-21 21:47:192024-09-21 21:47:21

Details

answer.code: In member function ‘void LazySegmentTree<Info, Tag>::init(int, Info)’:
answer.code:20:25: error: missing template arguments before ‘(’ token
   20 |         init(std::vector(n_, v_));
      |                         ^
answer.code: In function ‘void solve()’:
answer.code:186:16: error: ‘class std::multiset<int>’ has no member named ‘extract’
  186 |             ws.extract(w[j]);
      |                ^~~~~~~