QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#555664 | #9237. Message | gg_gong | Compile Error | / | / | C++20 | 3.4kb | 2024-09-10 07:46:58 | 2024-09-10 07:46:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void send_message(std::vector<bool>, std::vector<bool>)’: answer.code:60:25: error: ‘sendd’ was not declared in this scope 60 | sendd[i][j]=0; | ^~~~~