QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#258348#7685. Barkley IIucup-team1310Compile Error//C++145.4kb2023-11-19 17:22:242023-11-19 17:22:24

Details

answer.code: In function ‘void solve()’:
answer.code:121:13: error: request for member ‘clear’ in ‘pos’, which is of non-class type ‘std::vector<int> [500000]’
  121 |         pos.clear();
      |             ^~~~~