QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#756940 | #9727. Barkley III | ucup-team5637 | 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.
Details
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]; | ^