QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#782921#7904. Rainbow SubarrayZhangYiDeCompile Error//C++232.7kb2024-11-25 22:12:182024-11-25 22:12:20

Details

answer.code: In function ‘void add(int)’:
answer.code:110:5: error: ‘balance’ was not declared in this scope
  110 |     balance();
      |     ^~~~~~~
answer.code: In function ‘void del(int)’:
answer.code:154:5: error: ‘balance’ was not declared in this scope
  154 |     balance();
      |     ^~~~~~~