QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#236500 | #5422. Perfect Palindrome | ZhaoZiLong | Compile Error | / | / | C++20 | 299b | 2023-11-04 00:30:14 | 2023-11-04 00:30:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:5:8: error: size of array ‘n’ is not an integral constant-expression 5 | char n[MAX_LENS]; | ^~~~~~~~