Sponsors

Tag: problem: (F) Beautiful fountains rows Solve In C/C++

Playrix Codescapes Cup (Codeforces...

include<cstdio> using namespace std; inline int read(){ char c=getchar();int p=1,ret=0; while((c<'0')||(c>'9')){if(c=='-')p=-1;c=getchar();} while((c>='0')&&(c<='9'))ret=(ret<<1)+(ret<<3)+c-'0',c=getchar(); return ret*p; } int n,m; long...

Advertisement

spot_img