QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#444310 | #5070. Check Pattern is Bad | egypt_ioi2024_11 | Compile Error | / | / | C++23 | 3.8kb | 2024-06-15 18:12:42 | 2024-06-15 18:12:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool sol()’: answer.code:48:20: error: no match for ‘operator!’ (operand type is ‘std::bitset<105>’) 48 | if(!bst1[i]) continue; | ^~~~~~~~ answer.code:48:20: note: candidate: ‘operator!(bool)’ (built-in) answer.code:48:20: note: no known conversion for argument 1 from ‘std::bitset<105>’ to ‘bool’