QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#654444#9313. Make MaxHuangHanShengCompile Error//C++20752b2024-10-18 21:35:032024-10-18 21:35:07

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());
      |                        ^~~~~~~~~~~