QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522291 | #5523. Graph Problem With Small $n$ | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 1.4kb | 2024-08-16 20:58:57 | 2024-08-16 20:58:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:48:16: error: no match for ‘operator[]’ (operand types are ‘std::bitset<24> [24]’ and ‘std::bitset<24>’) 48 | ans[ctz[j]].to_ulong()] |= d[(t^i)|1]; | ^