QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#507602 | #2920. Ultimate Binary Watch | ZhaoZiLong | Compile Error | / | / | C++17 | 746b | 2024-08-06 19:36:42 | 2024-08-06 19:36:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:33:9: error: ‘reverse’ was not declared in this scope 33 | reverse(v1.begin(), v1.end()); | ^~~~~~~