QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#733741#5420. InscryptionZhaoZiLongCompile Error//C++23869b2024-11-10 20:47:342024-11-10 20:47:35

Details

answer.code: In function ‘void solve()’:
answer.code:11:6: error: ‘book’ was not declared in this scope; did you mean ‘bool’?
   11 |      book ok = 1;
      |      ^~~~
      |      bool
answer.code:16:23: error: ‘ok’ was not declared in this scope
   16 |          if (sum < 0) ok = 0
      |                       ^~
answer.code:19:11: error: ‘ok’ was not declared in this scope
   19 |      if (!ok) {
      |           ^~