博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
FZU2216【二分】
阅读量:5307 次
发布时间:2019-06-14

本文共 466 字,大约阅读时间需要 1 分钟。

题意:

百度。

思路:

一个连续数组111222233344444555666的每一个起伏转折即需要一张万能牌。

然后二分一下得最长区间。

#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;typedef long long LL;const LL mod=1e9+7;const int N=1e5+10;int b[N];bool vis[N];int num;int Search(int left,int right){ int L=left; while(left

转载于:https://www.cnblogs.com/keyboarder-zsq/p/6777395.html

你可能感兴趣的文章