网站首页
编程语言
数据库
系统相关
其他分享
编程问答
984
2024-11-07
CF Round 984 C. Anya and 1100(模拟)
传送门https://codeforces.com/contest/2036/problem/C解题思路先扫一遍字符串,判断有几个1100子串。然后,对于每一次操作,可以算出对答案的影响,减去更改会减少的子串,再加上更改后会增加的子串。代码#include<bits/stdc++.h>usingnamespacestd;chars[200001];intq