QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#360323 | #6505. CCPC String | ucup-team2499# | Compile Error | / | / | C++20 | 946b | 2024-03-21 17:20:07 | 2024-03-21 17:20:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:16:10: error: ‘reverse’ is not a member of ‘std’ 16 | std::reverse(pos.begin(), pos.end()); | ^~~~~~~