QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#236499 | #5422. Perfect Palindrome | MaMengQi | Compile Error | / | / | C++20 | 298b | 2023-11-04 00:29:43 | 2023-11-04 00:29:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:5:8: error: ‘MAXLENS’ was not declared in this scope; did you mean ‘MAX_LENS’? 5 | char n[MAXLENS]; | ^~~~~~~ | MAX_LENS answer.code: In function ‘int main()’: answer.code:11:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 11 | cin>>n; | ^ | yn