QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#645817#9462. Safest Buildingsmouhua#Compile Error//C++232.8kb2024-10-16 19:57:162024-10-16 19:57:16

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)) {
      |                  ^