QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#380291#8571. Palworlducup-team121#Compile Error//C++205.5kb2024-04-06 23:35:492024-04-06 23:35:50

Details

answer.code: In function ‘bool ismatch(ll, ll, ll)’:
answer.code:155:36: error: ‘hs’ was not declared in this scope; did you mean ‘s’?
  155 |         return subHash(r, r + med, hs) == subHash(n - l, n - l + med, ht);
      |                                    ^~
      |                                    s
answer.code:155:71: error: ‘ht’ was not declared in this scope
  155 |         return subHash(r, r + med, hs) == subHash(n - l, n - l + med, ht);
      |                                                                       ^~