JavaShuo
栏目
标签
B. Vova and Trophies
时间 2021-01-13
原文
原文链接
题意自己总结了一下就是 给一串只含有 G 和 S 的字符串,有一次将两个字符对调位置的机会,求最长的连续 ‘G‘ 序列的长度。 当时做题的时候交了两发才过,哎,还是太弱了,要自闭了。嘤嘤嘤; 一开始用了二分搜索,debug到爆炸。其实就是一个贪心:记录中间 ‘S’ 前面的 ‘G’的长度 和 后面 ‘G‘ 的长度,作和。取最大值 maxlen。最后答案和 总的‘G’数量 snt 进行一下比较,如果大
>>阅读原文<<
相关文章
1.
Codeforces Round 55 (Rated for Div. 2) B - Vova and Trophies
2.
CodeForces - 1066A Vova and Train(思维)
3.
A. Vova and Train ( Codeforces Round #515 (Div. 3) )
4.
B. A and B-------思惟(难)
5.
B. Vasya and Cornfield
6.
B. Mishka and trip
7.
A+B Problem Plus and A-B Problem Plus and A*B Problem Plus
8.
B. Fox And Two Dots
9.
C/S and B/S
10.
codeforces315Div1 B Symmetric and Transitive
更多相关文章...
•
W3C RDF and OWL 活动
-
W3C 教程
•
XSL-FO table-and-caption 对象
-
XSL-FO 教程
•
RxJava操作符(七)Conditional and Boolean
•
Kotlin学习(二)基本类型
相关标签/搜索
vova
action.....and
between...and
react+and
牛b
a+b
b型
b%p
b.11.23
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
FM理论与实践
2.
Google开发者大会,你想知道的都在这里
3.
IRIG-B码对时理解
4.
干货:嵌入式系统设计开发大全!(万字总结)
5.
从域名到网站—虚机篇
6.
php学习5
7.
关于ANR线程阻塞那些坑
8.
android studio databinding和include使用控件id获取报错 不影响项目正常运行
9.
我女朋友都会的安卓逆向(四 动态调试smali)
10.
io存取速度
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
Codeforces Round 55 (Rated for Div. 2) B - Vova and Trophies
2.
CodeForces - 1066A Vova and Train(思维)
3.
A. Vova and Train ( Codeforces Round #515 (Div. 3) )
4.
B. A and B-------思惟(难)
5.
B. Vasya and Cornfield
6.
B. Mishka and trip
7.
A+B Problem Plus and A-B Problem Plus and A*B Problem Plus
8.
B. Fox And Two Dots
9.
C/S and B/S
10.
codeforces315Div1 B Symmetric and Transitive
>>更多相关文章<<