QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#773962#9791. Intrusive Donkeyucup-team4596#Compile Error//C++1770.1kb2024-11-23 11:01:392024-11-23 11:01:40

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);
      |                                                                      ^~~