QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#489170#8819. CNOI KnowledgeLiuXuanDeCompile Error//C++143.6kb2024-07-24 18:45:362024-07-24 18:45:36

Details

answer.code: In function ‘int main()’:
answer.code:150:14: error: ‘tot’ was not declared in this scope; did you mean ‘SAM::tot’?
  150 |         a[1]=tot=1;
      |              ^~~
      |              SAM::tot
answer.code:70:13: note: ‘SAM::tot’ declared here
   70 |         int tot=1,las=1;
      |             ^~~