QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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--) { | ^