QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442966 | #8583. 팰린드롬 판별하기 | HuangHanSheng | Compile Error | / | / | C++20 | 1.6kb | 2024-06-15 13:57:15 | 2024-06-15 13:57:15 |
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:31:15: error: ‘count_pair’ was not declared in this scope 31 | int t=count_pair(i,a,b); | ^~~~~~~~~~ answer.code:54:8: error: ‘find_character’ was not declared in this scope 54 | if(find_character(a,{b})){ | ^~~~~~~~~~~~~~ answer.code:63:16: error: ‘count_pair’ was not declared in this scope 63 | c=(count_pair(i,N-i-1,a)>0); | ^~~~~~~~~~ answer.code:68:16: error: ‘count_pair’ was not declared in this scope 68 | c=(count_pair(i,N-i-1,b)>0); | ^~~~~~~~~~