QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#249380#6395. Equation DiscoveringZhangYiDeCompile Error//C++232.4kb2023-11-12 04:48:132023-11-12 04:48:14

Details

answer.code: In function ‘ld getvl(int, int)’:
answer.code:83:24: error: ‘curX’ was not declared in this scope; did you mean ‘CurX’?
   83 |                 return curX;
      |                        ^~~~
      |                        CurX
answer.code: In function ‘void solve()’:
answer.code:118:33: error: ‘curX’ was not declared in this scope; did you mean ‘CurX’?
  118 |                                 curX = x[i];
      |                                 ^~~~
      |                                 CurX