QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#443498 | #8583. 팰린드롬 판별하기 | ZhaoZiLong | Compile Error | / | / | C++23 | 2.9kb | 2024-06-15 15:43:48 | 2024-06-15 15:43:51 |
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:69:40: error: expected ‘;’ before ‘if’ 69 | c = count_pair(n - 1, n - 2, 1) | ^ | ; 70 | if (c == 3) { | ~~