QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#164196#7104. Halting Problemucup-team1063Compile Error//C++171.7kb2023-09-04 20:37:232023-09-04 20:37:23

Details

answer.code: In function ‘void solve()’:
answer.code:25:12: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
   25 |         if(cnt[p][now]) {
      |            ^~~
      |            int
answer.code:29:9: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
   29 |         cnt[p][now] = 1;
      |         ^~~
      |         int