Codeforces Round #423 (Div. 2, rated, based on VK Cup Finals), problem: (E) DNA Evolution Solution In C/C++

#include<iostream>
#include<cstring>
#include<cstdio>
using namespace std;
int getnum(char c){
switch(c){
case ‘A’:return 0;
case ‘T’:return 1;
case ‘G’:return 2;
case ‘C’:return 3;
}
}
int N,M;
char S[100100];
char T[20];
long long s[11][11][4][100100];
int lowbit(int x){return x&-x;}
void add(long long A[],int x,long long c){for(int i=x;i<=N;i+=lowbit(i))A[i]+=c;}
long long sum(long long A[],int x){long long re=0;for(int i=x;i;i-=lowbit(i))re+=A[i];return re;}
int main()
{
scanf(“%s”,S);
N=strlen(S);
for(int j=1;j<=10;j++)
for(int i=0;i<N;i++)
add(s[j][(i+1)%j][getnum(S[i])],i+1,1);
int Q,t,x,l,r;
cin>>Q;
for(int q=1;q<=Q;q++){
scanf(“%d”,&t);
if(t==1){
scanf(“%d%s”,&x,T);
for(int j=1;j<=10;j++)
add(s[j][x%j][getnum(S[x-1])],x,-1);
S[x-1]=T[0];
for(int j=1;j<=10;j++)
add(s[j][x%j][getnum(S[x-1])],x,1);
}
else{
scanf(“%d%d%s”,&l,&r,T);
M=strlen(T);
long long ans=0;
for(int i=0;i<M;i++)
ans+=sum(s[M][(l+i)%M][getnum(T[i])],r)-sum(s[M][(l+i)%M][getnum(T[i])],l-1);
printf(“%I64d\n”,ans);
}
}
return 0;
}

Why Pet Travel Gear...

📢 As an Amazon Associate, I earn from qualifying...

Mall Together-TENOKE

Simulation gaming enthusiasts have a fresh operational challenge to...

7 Reasons This Coffee...

📢 As an Amazon Associate, I earn from qualifying...

Why Kitchen Organization Tools...

📢 As an Amazon Associate, I earn from qualifying...

Is Dorm Room Hacks...

📢 As an Amazon Associate, I earn from qualifying...

Stop Buying Cheap Alternatives...

📢 As an Amazon Associate, I earn from qualifying...

Why Pet Travel Gear Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.After putting the Pet Travel Gear through a proper 30-day real-world test, I can tell...

Mall Together-TENOKE

Simulation gaming enthusiasts have a fresh operational challenge to tackle with the arrival of Mall Together-TENOKE. This brand-new release delivers an immersive shopping mall...

7 Reasons This Coffee Bar Accessories Is Worth Every Single Penny

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...

Why Kitchen Organization Tools Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...

Is Dorm Room Hacks Worth Your Money Here Is Our Full Review

📢 As an Amazon Associate, I earn from qualifying purchases.If you had told me six months ago that a single purchase would change how...

Stop Buying Cheap Alternatives This Camping Essentials Is the Real Deal

📢 As an Amazon Associate, I earn from qualifying purchases.There comes a point when you realise that tolerating a frustrating situation is costing you...

Everything You Need to Know About Outdoor Patio Tech Right Now

📢 As an Amazon Associate, I earn from qualifying purchases.I'll be honest — I was skeptical at first. My daily routine had a gap...

Why Bathroom Organization Hacks Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.I'll be honest — I was skeptical at first. My daily routine had a gap...

Why Electric Cleaning Tools Is Currently Breaking the Internet

📢 As an Amazon Associate, I earn from qualifying purchases.💰 Official Price: Check on Amazon🌟 Why Buy the Electric Cleaning Tools?The Electric Cleaning Tools...