QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#380291 | #8571. Palworld | ucup-team121# | Compile Error | / | / | C++20 | 5.5kb | 2024-04-06 23:35:49 | 2024-04-06 23:35:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ^~