QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#149525#5480. New Year FestivalflowerCompile Error//C++203.5kb2023-08-24 19:43:192023-08-24 19:43:21

Details

answer.code: In function ‘int main()’:
answer.code:97:47: error: ‘i’ was not declared in this scope
   97 |                 std::vector<int> lim(n), _lim[i];
      |                                               ^
answer.code:103:48: error: ‘_lim’ was not declared in this scope; did you mean ‘lim’?
  103 |                                 if(all[cur] >= _lim[i] && all[cur] <= lim[i] ) {
      |                                                ^~~~
      |                                                lim