QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#580426 | #9322. Segments Removal | 3un_larryfunc | Compile Error | / | / | C++14 | 56.1kb | 2024-09-21 21:50:02 | 2024-09-21 21:50:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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]); | ^~~~~~~