题解 1920: 蓝桥杯算法提高VIP-上帝造题五分钟

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

C++ STL max_element

摘要:## max_element > 核心部分 `min_element(nums.begin()+r,nums.begin()+l+1)` ```c++ #include #inclu……