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