QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#681456 | #3573. Joint Venture | ZhaoZiLong | Compile Error | / | / | C++23 | 871b | 2024-10-27 09:31:21 | 2024-10-27 09:31:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void miss()’: answer.code:15:25: error: use of an operand of type ‘bool’ in ‘operator++’ is forbidden in C++17 15 | ai[bi[i]]++; | ~~~~~~~~^