QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#773962 | #9791. Intrusive Donkey | ucup-team4596# | Compile Error | / | / | C++17 | 70.1kb | 2024-11-23 11:01:39 | 2024-11-23 11:01:40 |
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:2483:5: error: ‘atcoder’ has not been declared 2483 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^~~~~~~ answer.code:2483:30: error: expected primary-expression before ‘,’ token 2483 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^ answer.code:2483:42: error: expected primary-expression before ‘,’ token 2483 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^ answer.code:2483:70: error: ‘seg’ was not declared in this scope 2483 | atcoder::lazy_segtree<i64, op, e, i64, mapping, composition, id> seg(tmp); | ^~~