狂猎退去-题解(C++代码)氵 摘要:解题思路:while循环输入n,数组清0,输入数组值;cnt请0,用于计数.for循环判断1 3 5 4 20 1 2 3 4只需要判断[1~n-1)的位置a>b>c 或者是 a<b<c输出计数器并…… 题解列表 2020年08月27日 0 点赞 0 评论 313 浏览 评分:0.0
优质题解 狂猎退去 (另一种角度)(C++代码) 摘要:# 狂猎退去 ## 题目链接 [https://www.dotcpp.com/oj/problem2105.html](https://www.dotcpp.com/oj/problem2…… 题解列表 2020年03月23日 0 点赞 0 评论 324 浏览 评分:9.9
狂猎退去-题解(C++代码) 摘要:个人见解 这个题目描述的有点问题 标准答案的判断是 if((a[i]>a[i-1]&&a[i]>n) { int ans = 0; int a[1…… 题解列表 2019年07月28日 0 点赞 0 评论 614 浏览 评分:9.9