QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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); | ^~~