QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795828#8940. Piggy Sortucup-team4538Compile Error//C++232.2kb2024-12-01 02:07:362024-12-01 02:07:36

Details

answer.code: In function ‘void solve()’:
answer.code:35:29: error: ‘N’ was not declared in this scope
   35 |         for (int i = 0; i < N; i++) mp[i].clear();
      |                             ^