QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#727655 | #9573. Social Media | ucup-team4596# | Compile Error | / | / | C++23 | 7.0kb | 2024-11-09 13:30:58 | 2024-11-09 13:31:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void solve()’: answer.code:275:5: error: ‘atcoder’ has not been declared 275 | atcoder::segtree<int, op, e> seg(deg); | ^~~~~~~ answer.code:275:22: error: expected primary-expression before ‘int’ 275 | atcoder::segtree<int, op, e> seg(deg); | ^~~ answer.code:279:9: error: ‘seg’ was not declared in this scope; did you mean ‘deg’? 279 | seg.set(i, 0); | ^~~ | deg