QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#236502#5422. Perfect PalindromeZhaoZiLongCompile Error//C++20301b2023-11-04 00:31:272023-11-04 00:31:27

详细

answer.code:5:8: error: size of array ‘n’ is not an integral constant-expression
    5 | char n[MAX_LENS];
      |        ^~~~~~~~