QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#442974 | #8583. 팰린드롬 판별하기 | ZhaoZiLong | Compile Error | / | / | C++20 | 993b | 2024-06-15 13:58:34 | 2024-06-15 13:58:35 |
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:23:38: error: ‘i’ was not declared in this scope 23 | int ok = find_character(0,{n-i-1}); | ^ answer.code:23:32: error: could not convert ‘{<expression error>}’ from ‘<brace-enclosed initializer list>’ to ‘std::vector<int>’ 23 | int ok = find_character(0,{n-i-1}); | ~~~~~~~~~~~~~~^~~~~~~~~~~ | | | <brace-enclosed initializer list>