QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]); | ^~~~~~~