QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#773961 | #9791. Intrusive Donkey | ucup-team4596# | Compile Error | / | / | C++23 | 7.4kb | 2024-11-23 11:00:49 | 2024-11-23 11:00:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:257:5: error: ‘atcoder’ has not been declared 257 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^~~~~~~ answer.code:257:30: error: expected primary-expression before ‘,’ token 257 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^ answer.code:257:42: error: expected primary-expression before ‘,’ token 257 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^ answer.code:257:70: error: ‘seg’ was not declared in this scope 257 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^~~