QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#396399 | #2840. 绿绿与串串 | ucup-team1383 | Compile Error | / | / | C++17 | 1.1kb | 2024-04-22 18:22:54 | 2024-04-22 18:22:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void Manacher()’: answer.code:18:20: error: redeclaration of ‘int n’ 18 | int r = 0, n = str.size(), mid = 0; | ^ answer.code:14:13: note: ‘int n’ previously declared here 14 | int n = s.length(); | ^