QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#645817 | #9462. Safest Buildings | mouhua# | Compile Error | / | / | C++23 | 2.8kb | 2024-10-16 19:57:16 | 2024-10-16 19:57:16 |
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:75:18: error: ‘i’ was not declared in this scope 75 | } else if (d[i].first <= (R - 2LL * r) * (R - 2LL * r)) { | ^