QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#460651#3184. Around the TrackGuanYunchangCompile Error//C++176.5kb2024-07-01 23:42:202024-07-01 23:42:20

Details

answer.code: In function ‘void solve()’:
answer.code:213:9: error: ‘I’ was not declared in this scope
  213 |     if (I == j) continue;
      |         ^
answer.code:214:33: error: ‘I’ was not declared in this scope
  214 |     length = std::min(length, G[I][j] + G[j][I]);
      |                                 ^