QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#194376 | #7513. Palindromic Beads | ucup-team159# | Compile Error | / | / | C++23 | 27.7kb | 2023-09-30 20:25:55 | 2023-09-30 20:25:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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--) { | ^