QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#236500#5422. Perfect PalindromeZhaoZiLongCompile Error//C++20299b2023-11-04 00:30:142023-11-04 00:30:14

详细

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