QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#654258#9313. Make MaxZhaoZiLongCompile Error//C++20646b2024-10-18 21:18:402024-10-18 21:18:41

詳細信息

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