QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#756940 | #9727. Barkley III | 叱咤月海鱼鱼猫 (Fanming Xu, Tianshun ma, Xiaokang Pan) | Compile Error | / | / | C++14 | 3.9kb | 2024-11-16 22:50:00 | 2024-11-16 22:50:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘long long int query(long long int, long long int)’: answer.code:142:42: error: no match for ‘operator[]’ (operand types are ‘Seg::Node’ and ‘int’) 142 | res &= seg.query(l, p - 1, 1, n, 1)[2]; | ^ answer.code:145:42: error: no match for ‘operator[]’ (operand types are ‘Seg::Node’ and ‘int’) 145 | res &= seg.query(p + 1, r, 1, n, 1)[2]; | ^