摘要: 原题链接 样例输入 2 7 3 4 2 2 1 1 1 2 4 3 1 1 1 2 样例输出 5 1 思路 一定存在一个最高的高楼,这个高度一定是最后的高度,那么我们最先相出的做法就是,找到这个高楼的位置,然后在其两边一直加知道所有的楼都相同,但是这么写特别麻烦,甚至不可写。 对于这种区间操作的问题 阅读全文
posted @ 2022-03-29 10:34 ccz9729 阅读(47) 评论(0) 推荐(2) 编辑
摘要: 转自 { // Place your oj_env workspace snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add 阅读全文
posted @ 2022-03-29 00:18 ccz9729 阅读(84) 评论(0) 推荐(1) 编辑