QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#654258#9313. Make MaxZhaoZiLongCompile Error//C++20646b2024-10-18 21:18:402024-10-18 21:18:41

Details

answer.code: In function ‘int main()’:
answer.code:20:24: error: ‘max_element’ was not declared in this scope
   20 |         int max_val = *max_element(a.begin(), a.end());
      |                        ^~~~~~~~~~~