QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443535 | #8583. 팰린드롬 판별하기 | GuanYunchang | Compile Error | / | / | C++23 | 2.9kb | 2024-06-15 15:51:02 | 2024-06-15 15:51:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int guess_palindromicity(int)’: answer.code:69:40: error: expected ‘;’ before ‘if’ 69 | c = count_pair(n - 1, n - 2, 1) | ^ | ; 70 | if (c == 3) { | ~~