QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#580414 | #9322. Segments Removal | 3un_larryfunc | Compile Error | / | / | C++14 | 16.8kb | 2024-09-21 21:47:19 | 2024-09-21 21:47:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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]); | ^~~~~~~