QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#299648#7904. Rainbow Subarrayucup-team1682#Compile Error//C++204.8kb2024-01-07 03:38:172024-01-07 03:38:18

Details

answer.code: In function ‘void solve()’:
answer.code:164:26: error: ‘check’ was not declared in this scope; did you mean ‘check1’?
  164 |     for(int a=1;a<=n;++a)check(a);
      |                          ^~~~~
      |                          check1