QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522291#5523. Graph Problem With Small $n$egypt_ioi2024b_05Compile Error//C++201.4kb2024-08-16 20:58:572024-08-16 20:58:57

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];
      |                ^