QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#154815#7120. SoccerMinaRagy06#Compile Error//C++232.5kb2023-08-31 23:50:382024-04-28 06:35:48

Details

answer.code: In function ‘int check(std::vector<std::array<int, 2> >)’:
answer.code:14:28: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   14 |     for (int r1 = 1; r1 <= n; r1++) {
      |                            ^
      |                            yn