QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443813 | #8583. 팰린드롬 판별하기 | ZhangYiDe | Compile Error | / | / | C++23 | 3.1kb | 2024-06-15 16:34:56 | 2024-06-15 16:34:56 |
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:66:44: error: expected ‘;’ before ‘if’ 66 | b = count_pair(n - 1, n - 2, n - 3) | ^ | ; 67 | if (ok == 0) { | ~~