QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#803744#9868. GCDucup-team3932#Compile Error//C++20854b2024-12-07 18:17:002024-12-07 18:17:04

详细

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