QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#593385#7755. Game on a ForestZhangYiDeCompile Error//C++231.2kb2024-09-27 13:39:292024-09-27 13:39:30

Details

answer.code: In function ‘void solve()’:
answer.code:31:17: error: ‘g’ was not declared in this scope
   31 |                 g[a]++;
      |                 ^
answer.code:38:37: error: ‘g’ was not declared in this scope
   38 |                                 if (g[i] & 1) ans++;
      |                                     ^
answer.code:43:38: error: ‘g’ was not declared in this scope
   43 |                                 if ((g[i] & 1) == 0) ans++;
      |                                      ^