QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#367752#7933. Build PermutationMaMengQiCompile Error//C++111.2kb2024-03-26 13:11:572024-03-26 13:11:57

Details

answer.code: In function ‘int main()’:
answer.code:21:16: error: ‘max_element’ was not declared in this scope
   21 |     auto max = max_element(numberinput.begin(), numberinput.end());
      |                ^~~~~~~~~~~
answer.code:22:16: error: ‘min_element’ was not declared in this scope
   22 |     auto min = min_element(numberinput.begin(), numberinput.end());
      |                ^~~~~~~~~~~