QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#467552 | #1944. Circle of Friends | HuangHanSheng | Compile Error | / | / | C++14 | 8.5kb | 2024-07-08 16:42:13 | 2024-07-08 16:42:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In constructor ‘LazySegmentTree<Info, Tag>::LazySegmentTree(int, Info)’: answer.code:125:20: error: missing template arguments before ‘(’ token 125 | init(vector(n_, v_)); | ^ answer.code: In member function ‘void LazySegmentTree<Info, Tag>::init(int, Info)’: answer.code:132:20: error: missing template arguments before ‘(’ token 132 | init(vector(n_, v_)); | ^ answer.code: In function ‘int main()’: answer.code:320:19: error: ‘class std::multiset<int>’ has no member named ‘extract’ 320 | setik.extract(seg[v].first); | ^~~~~~~ answer.code:321:22: error: ‘class std::multiset<int>’ has no member named ‘extract’ 321 | setik_mx.extract(seg[v].second); | ^~~~~~~