QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#236500#5422. Perfect PalindromeZhaoZiLongCompile Error//C++20299b2023-11-04 00:30:142023-11-04 00:30:14

Details

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