QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#261190#7758. Painterucup-team984#Compile Error//C++17858b2023-11-22 18:51:342023-11-22 18:51:34

Details

answer.code: In function ‘void solve()’:
answer.code:26:11: error: request for member ‘push_back’ in ‘a’, which is of non-class type ‘long long int [1010]’
   26 |         a.push_back(x);
      |           ^~~~~~~~~
answer.code:31:11: error: request for member ‘push_back’ in ‘b’, which is of non-class type ‘long long int [1010]’
   31 |         b.push_back(x);
      |           ^~~~~~~~~