QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522290 | #5523. Graph Problem With Small $n$ | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 1.4kb | 2024-08-16 20:58:32 | 2024-08-16 20:58:32 |
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:41:23: error: cannot convert ‘std::bitset<24>’ to ‘int’ in assignment 41 | cc = ctz[j]; | ~~~~~^ | | | std::bitset<24> answer.code:48:16: error: no match for ‘operator[]’ (operand types are ‘std::bitset<24> [24]’ and ‘std::bitset<24>’) 48 | ans[ctz[j]]] |= d[(t^i)|1]; | ^