QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#870662 | #8618. Have You Seen This Subarray? | ucup-team3602# | Compile Error | / | / | C++20 | 7.0kb | 2025-01-25 17:17:28 | 2025-01-25 17:17:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void nsmall(int, int, int)’: answer.code:205:27: error: redeclaration of ‘segtree<int, op, e> times’ 205 | segtree<int,op,e> times([&]{ | ^~~~~ answer.code:200:27: note: ‘segtree<int, op, e> times’ previously declared here 200 | segtree<int,op,e> times(sz); | ^~~~~