QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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; | ^