QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#236502#5422. Perfect PalindromeZhaoZiLongCompile Error//C++20301b2023-11-04 00:31:272023-11-04 00:31:27

Details

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