摘要: https://ac.nowcoder.com/acm/contest/22669/A 考虑巧妙地反向遍历数组,获取一个元素之后元素地最大值,相比正序遍历,减少了遍历次数 #include <bits/stdc++.h> #include <chrono> using namespace std; 阅读全文
posted @ 2024-10-06 23:42 peterzh6 阅读(1) 评论(0) 推荐(0) 编辑