QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#455040#5422. Perfect Palindromeucup-team4204Compile Error//C++20360b2024-06-25 18:13:172024-06-25 18:13:18

Details

answer.code: In function ‘int main()’:
answer.code:15:42: error: ‘max_element’ was not declared in this scope
   15 |                 cout << (int)s.size() - *max_element(f, f + 26) << "\n";
      |                                          ^~~~~~~~~~~