QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#58461#3846. Link-Cut TreeHuangHanShengCompile Error//C++112.1kb2022-10-26 15:49:222022-10-26 15:49:22

Details

answer.code: In function ‘int main()’:
answer.code:82:20: error: ‘aa’ was not declared in this scope; did you mean ‘a’?
   82 |             cin >> aa[i] >> bb[i];
      |                    ^~
      |                    a
answer.code:82:29: error: ‘bb’ was not declared in this scope; did you mean ‘b’?
   82 |             cin >> aa[i] >> bb[i];
      |                             ^~
      |                             b
answer.code:85:17: error: ‘aa’ was not declared in this scope; did you mean ‘a’?
   85 |             a = aa[i];
      |                 ^~
      |                 a
answer.code:86:17: error: ‘bb’ was not declared in this scope; did you mean ‘b’?
   86 |             b = bb[i];
      |                 ^~
      |                 b