QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#773961#9791. Intrusive Donkeyucup-team4596#Compile Error//C++237.4kb2024-11-23 11:00:492024-11-23 11:00:50

详细

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