QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
answer.code:5:8: error: size of array ‘n’ is not an integral constant-expression 5 | char n[MAX_LENS]; | ^~~~~~~~