QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#194376#7513. Palindromic Beadsucup-team159#Compile Error//C++2327.7kb2023-09-30 20:25:552023-09-30 20:25:55

Details

answer.code: In member function ‘void HLExec<E>::init_extra()’:
answer.code:889:29: error: ‘n’ was not declared in this scope
  889 |         for (int i = 1; i < n; i++) {
      |                             ^
answer.code:895:20: error: ‘n’ was not declared in this scope
  895 |         while (l < n) {
      |                    ^
answer.code:907:22: error: ‘n’ was not declared in this scope
  907 |         for (int i = n - 1; i >= 0; i--) {
      |                      ^