QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#803744#9868. GCDucup-team3932#Compile Error//C++20854b2024-12-07 18:17:002024-12-07 18:17:04

Details

answer.code: In function ‘void solve()’:
answer.code:31:17: error: ‘min_element’ was not declared in this scope
   31 |   int answer = *min_element(dp.front().begin(), dp.front().end());
      |                 ^~~~~~~~~~~