QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442637 | #8583. 팰린드롬 판별하기 | ZhaoZiLong | Compile Error | / | / | C++20 | 693b | 2024-06-15 13:07:22 | 2024-06-15 13:07:23 |
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:35:15: error: ‘find_character’ was not declared in this scope 35 | if ( !find_character(i, {j}) ){ | ^~~~~~~~~~~~~~