QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#236498 | #5422. Perfect Palindrome | ZhangYiDe | Compile Error | / | / | C++20 | 297b | 2023-11-04 00:29:26 | 2023-11-04 00:29:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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 answer.code:17:16: error: expected ‘;’ before ‘}’ token 17 | cout<<ans<<"\n" | ^ | ; 18 | } | ~