QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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) { | ~~