QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442762 | #8583. 팰린드롬 판별하기 | HuangHanSheng | Compile Error | / | / | C++20 | 2.0kb | 2024-06-15 13:26:55 | 2024-06-15 13:26: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:62:11: error: ‘count_pair’ was not declared in this scope 62 | x=count_pair(i,n-i-1,c); | ^~~~~~~~~~ answer.code:68:11: error: ‘count_pair’ was not declared in this scope 68 | x=count_pair(c,c+1,0); | ^~~~~~~~~~ answer.code:72:7: error: ‘find_character’ was not declared in this scope 72 | x=find_character(c,v); | ^~~~~~~~~~~~~~ answer.code:75:7: error: ‘count_pair’ was not declared in this scope 75 | x=count_pair(v[0],c,c+1); | ^~~~~~~~~~