题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4046
We have known for 15 years, which has exceeded one-fifth of
my whole life. I still remember the first time we went to the movies, the first
time we went for a walk together. I still remember the smiling face you wore
when you were dressing in front of the mirror. I love your smile and your
shining eyes. When you are with me, every second is wonderful.
The more
expectation I had, the more disappointment I got. You said you would like to go
to U.S.I know what you really meant. I respect your decision. Gravitation is not
responsible for people falling in love. I will always be your best friend. I
know the way is difficult. Every minute thinking of giving up, thinking of the
reason why you have held on for so long, just keep going on. Whenever you’re
having a bad day, remember this: I LOVE YOU.
I will keep waiting, until you
come back. Look into my eyes and you will see what you mean to me.
There are
two most fortunate stories in my life: one is finally the time I love you
exhausted. the other is that long time ago on a particular day I met
you.
Saerdna.
It comes back to several years ago. I still remember
your immature face.
The yellowed picture under the table might evoke the
countless memory. The boy will keep the last appointment with the girl, miss the
heavy rain in those years, miss the love in those years. Having tried to conquer
the world, only to find that in the end, you are the world. I want to tell you I
didn’t forget. Starry night, I will hold you tightly.
Saerdna loves
Panda so much, and also you know that Panda has two colors, black and
white.
Saerdna wants to share his love with Panda, so he writes a love letter
by just black and white.
The love letter is too long and Panda has not that
much time to see the whole letter.
But it's easy to read the letter, because
Saerdna hides his love in the letter by using the three continuous key words
that are white, black and white.
But Panda doesn't know how many Saerdna's
love there are in the letter.
Can you help Panda?
#include<iostream>
#include<cstdio>
#include<cstring>
#include<cstdlib>
#include<cmath>
#include<algorithm>
#define inf 0x7fffffff
using namespace std;
typedef long long LL;
const int maxn=+; int n,m;
int c[maxn];
char str[maxn]; int lowbit(int u) {return u&(-u); }
void add(int i,int dd)
{
while (i<=maxn)
{
c[i] += dd;
i += lowbit(i);
}
} int sum(int i)
{
int ret=;
while (i>)
{
ret += c[i];
i -= lowbit(i);
}
return ret;
} int main()
{
int t,ncase=;scanf("%d",&t);
while (t--)
{
scanf("%d%d",&n,&m);
scanf("%s",str+);
printf("Case %d:\n",ncase++);
memset(c,,sizeof(c));
int len=strlen(str+);
for (int i= ;i<=len- ;i++)
{
if (str[i]=='w' && str[i+]=='b' && str[i+]=='w')
add(i,);
}
char ch[];
int l,r;
int type;
for (int i= ;i<m ;i++)
{
scanf("%d",&type);
if (type==)
{
scanf("%d%d",&l,&r);
if (l>=r-) printf("0\n");
else printf("%d\n",sum(r-)-sum(l));
}
else
{
scanf("%d%s",&l,ch);
if (l+->= && l+<=n)
{
if (str[l+-]=='w'&&str[l+-]=='b')
{
if (str[l+]=='w' && ch[]=='b')
add(l+-,-);
else if (str[l+]=='b'&&ch[]=='w')
add(l+-,);
}
}
if (l+->= && l++<=n)
{
if (str[l+-]=='w'&&str[l++]=='w')
{
if (str[l+]=='b'&&ch[]=='w')
add(l+-,-);
else if (str[l+]=='w'&&ch[]=='b')
add(l+-,);
}
}
if (l+>= && l++<=n)
{
if (str[l++]=='b'&&str[l++]=='w')
{
if (str[l+]=='w'&&ch[]=='b')
add(l+,-);
else if (str[l+]=='b'&&ch[]=='w')
add(l+,);
}
}
str[l+]=ch[];
}
}
}
return ;
}