QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#522291#5523. Graph Problem With Small $n$egypt_ioi2024b_05Compile Error//C++201.4kb2024-08-16 20:58:572024-08-16 20:58:57

詳細信息

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