QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#236499#5422. Perfect PalindromeMaMengQiCompile Error//C++20298b2023-11-04 00:29:432023-11-04 00:29:43

详细

answer.code:5:8: error: ‘MAXLENS’ was not declared in this scope; did you mean ‘MAX_LENS’?
    5 | char n[MAXLENS];
      |        ^~~~~~~
      |        MAX_LENS
answer.code: In function ‘int main()’:
answer.code:11:6: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
   11 | cin>>n;
      |      ^
      |      yn