QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#315957 | #8166. Almost Large | ucup-team1734# | Compile Error | / | / | C++23 | 1.3kb | 2024-01-27 16:40:01 | 2024-01-27 16:40:02 |
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:20:9: error: ‘reverse’ was not declared in this scope 20 | reverse(numbers.begin(), numbers.end()); | ^~~~~~~