Codeforces Round #420 (Div. 2), problem: (E) Okabe and El Psy Kongroo Solution In C/C++

Affiliate Disclosure: This post contains Amazon affiliate links. If you purchase through these links, eBlogarithm may earn a commission at no extra cost to you. Prices and availability are subject to change.

#include <stdio.h>
#define m 1000000007u
typedef long long unsigned llu;
typedef unsigned u;
u M[16][64][16][16];
u X[16],Y[16],*A,*B,*C;
int main()
{
u q,n,e,i,j,k;
for(n=-1;++n<16;)
{
for(i=-1;++i<=n;)
for(j=-1;++j<=n;)
M[n][0][i][j]=(i<j?j-i:i-j)<2;
for(e=0;++e<64;)
{
for(i=-1;++i<=n;)
for(j=-1;++j<=n;)
for(k=-1;++k<=n;)
M[n][e][i][j]=
(
M[n][e][i][j]+
M[n][e-1][i][k]*
(llu)M[n][e-1][k][j]
)%m;
}
}
llu x,y,z;*(A=X)=1;B=Y;
for(scanf(“%u%I64u”,&q,&z);q–;)
{
scanf(“%I64u%I64u%u”,&x,&y,&n);
if(y>z)y=z;
for(x=y-x,e=0;x;x>>=1,++e)if(x&1)
{
for(i=-1;++i<=n;)
for(B[i]=0,j=-1;++j<=n;)
B[i]=(B[i]+M[n][e][i][j]*(llu)A[j])%m;
C=A;A=B;B=C;
}
for(i=n;++i<16;)A[i]=0;
}
printf(“%u\n”,*A);
return 0;
}

📦 Looking for Codeforces Round 420 Div Problem Okabe? Check the best deals on Amazon.

🛒 Shop Codeforces Round 420 Div Problem Okabe on Amazon

As an Amazon Associate, eBlogarithm earns from qualifying purchases. Prices and availability are subject to change.

Affiliate Disclosure: This post contains Amazon affiliate links. If you purchase through these links, eBlogarithm may earn a commission at no extra cost to you. Prices and availability are subject to change.

#include <stdio.h>
#define m 1000000007u
typedef long long unsigned llu;
typedef unsigned u;
u M[16][64][16][16];
u X[16],Y[16],*A,*B,*C;
int main()
{
u q,n,e,i,j,k;
for(n=-1;++n<16;)
{
for(i=-1;++i<=n;)
for(j=-1;++j<=n;)
M[n][0][i][j]=(i<j?j-i:i-j)<2;
for(e=0;++e<64;)
{
for(i=-1;++i<=n;)
for(j=-1;++j<=n;)
for(k=-1;++k<=n;)
M[n][e][i][j]=
(
M[n][e][i][j]+
M[n][e-1][i][k]*
(llu)M[n][e-1][k][j]
)%m;
}
}
llu x,y,z;*(A=X)=1;B=Y;
for(scanf(“%u%I64u”,&q,&z);q–;)
{
scanf(“%I64u%I64u%u”,&x,&y,&n);
if(y>z)y=z;
for(x=y-x,e=0;x;x>>=1,++e)if(x&1)
{
for(i=-1;++i<=n;)
for(B[i]=0,j=-1;++j<=n;)
B[i]=(B[i]+M[n][e][i][j]*(llu)A[j])%m;
C=A;A=B;B=C;
}
for(i=n;++i<16;)A[i]=0;
}
printf(“%u\n”,*A);
return 0;
}

📦 Looking for Codeforces Round 420 Div Problem Okabe? Check the best deals on Amazon.

🛒 Shop Codeforces Round 420 Div Problem Okabe on Amazon

As an Amazon Associate, eBlogarithm earns from qualifying purchases. Prices and availability are subject to change.

More from author

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Related posts

Advertismentspot_img

Latest posts

DELIVAN to Unveil Production Models at IAA Transportation 2026

The commercial vehicle sector in Europe is on the brink of an exciting transformation as DELIVAN, the dedicated European-focused van brand established by global...

The Real Truth About Viral Kitchen Gadgets Before You Buy

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

Tiger Woods pleads no contest to reckless driving charge in Florida

Golf legend Tiger Woods has entered a formal plea in a Florida courtroom, bringing an end to months of legal uncertainty following a serious...

Want to stay up to date with the latest news?

We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!