Sponsors

Codeforces Round #421 (Div. 1), problem: (E) Mister B and Flight to the Moon Solution In C/C++

#include<cstdlib>
#include<cstdio>
#include<algorithm>

using namespace std;

const int N=301;
const int M=100001;
const int K=4;

int a[M][K];
int f[N];
int n,m,i,j,k,x,y,t,u,v;

void make(int &k,int w,int x,int y,int z){
k++;
a[k][0]=w;
a[k][1]=x;
a[k][2]=y;
a[k][3]=z;
}

int main(){
scanf(“%d”,&n);
if(n&1){
f[2]=f[3]=1;
}else{
f[1]=3;
f[2]=4;
f[3]=1;
f[4]=2;
}
for(i=5^(n&1);i<n;i+=2){
x=i;
y=i+1;
if(n&1)f[x]=f[y]=1;
else{
f[x]=1;
f[y]=2;
make(m,y,1,f[1],2);
f[1]=x;
}
for(j=3^(n&1);j<i;j+=2){
u=j;
v=j+1;
make(m,y,u,f[u],v);
f[u]=x;
make(m,x,u,f[v],v);
f[v]=y;
}
}
printf(“%d\n”,m+((n>>1)<<1));
for(i=1+(n&1);i<n;i+=2){
printf(“3 %d %d %d\n”,i,i+1,f[i]);
printf(“3 %d %d %d\n”,i,i+1,f[i+1]);
}
for(i=1;i<=m;i++){
printf(“4 “);
for(j=0;j<=3;j++)printf(“%d “,a[i][j]);
printf(“\n”);
}
return 0;
}

Google previews upcoming Android...

Google Unveils Android XR Smart Glasses Powered by Gemini...

Who has the most...

The Cash Kings: Who Holds the World's Most Liquid...

Los Angeles partners kick...

Los Angeles Kicks Off Major Initiative to 'Grow the...

Trump signs off on...

Trump Initiates Nationwide Review of Pediatric Vaccine Schedule Following...

Supreme Court Puts Trump’s...

Supreme Court Puts Trump-Backed Texas Power Grab Back on...

Snowflake’s stock slips on...

Snowflake Stock Plummets Despite Q3 Earnings Beat on Slowing...

Google previews upcoming Android XR smart glasses equipped with Gemini

Google Unveils Android XR Smart Glasses Powered by Gemini AI Google LLC is pulling back the curtain on its long-awaited foray into the next generation...

Who has the most liquid cash?

The Cash Kings: Who Holds the World's Most Liquid Assets? In the high-stakes world of global finance, the question of "Who has the most liquid...

Los Angeles partners kick off “Grow the Game of Soccer” free clinic series aimed at empowering youth sports

Los Angeles Kicks Off Major Initiative to 'Grow the Game of Soccer' Ahead of World Cup 2026 The spirit of the 2026 FIFA World Cup...

Trump signs off on nationwide vaccine schedule review as CDC withdraws infant Hep B guidance: ‘Fast track’

Trump Initiates Nationwide Review of Pediatric Vaccine Schedule Following CDC Guidance Withdrawal In a significant move that thrusts public health policy back into the national...

Supreme Court Puts Trump’s Midterm Power Grab Back on Track

Supreme Court Puts Trump-Backed Texas Power Grab Back on Track The political landscape ahead of the 2022 midterm elections just shifted dramatically, thanks to a...

Snowflake’s stock slips on slowing sales

Snowflake Stock Plummets Despite Q3 Earnings Beat on Slowing Sales Concerns In a bizarre, yet increasingly common twist of the tech market, data management giant...

Women remember when they brought peace to Abriba community

The Day Abiriba Women Marched for Peace: A 1992 Triumph Remembered The history of community resilience often rests on the shoulders of the most unexpected...

(For Southeast Asia) Step into a new adventure with the upcoming DualSense Wireless Controller – Genshin Impact Limited Edition

Step Into Teyvat: PlayStation Announces Genshin Impact Limited Edition DualSense Controller For fans eagerly exploring the vast world of Teyvat, the collaboration between HoYoverse and...

Why phone batteries fade after two years

The Truth About Smartphone Battery Degradation: Why Your Phone Slows Down After Two Years It's a frustrating but universal experience: after roughly two years of...