QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#674606 | #5073. Elden Ring | ucup-team5045 | Compile Error | / | / | C++20 | 2.7kb | 2024-10-25 16:51:12 | 2024-10-25 16:51:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In lambda function: answer.code:57:13: error: redeclaration of ‘long long int d’ 57 | int d = bfs(); | ^ answer.code:30:13: note: ‘long long int d’ previously declared here 30 | int d = 0; | ^