QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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(); | ^