QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#112029#6395. Equation DiscoveringZhangYiDeCompile Error//C++201.0kb2023-06-09 16:06:082023-06-09 16:06:12

Details

answer.code: In function ‘int main()’:
answer.code:32:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   32 |     read(n, m);
      |          ^
      |          yn
answer.code:32:13: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
   32 |     read(n, m);
      |             ^
      |             tm
answer.code:34:14: error: ‘a’ was not declared in this scope
   34 |         read(a[i], b[i]);
      |              ^
answer.code:34:20: error: ‘b’ was not declared in this scope
   34 |         read(a[i], b[i]);
      |                    ^