QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
answer.code: In function ‘int main()’: answer.code:33:9: error: ‘reverse’ was not declared in this scope 33 | reverse(v1.begin(), v1.end()); | ^~~~~~~