Sponsors

Tag: Codeforces Round #425 (Div. 2)

Codeforces Round #425 (Div....

#include<bits/stdc++.h> #define oo 0x3f3f3f3f #define cl(x) memset(x, 0, sizeof(x)) #define mp make_pair #define...

Codeforces Round #425 (Div....

#include<cstdio> #include<iostream> using namespace std; struct Edge{ int to,next; }e; int head,cnt=0; void add(int u,int v) { cnt++; e.to=v; e.next=head; head=cnt; } int...

Codeforces Round #425 (Div....

#include <bits/stdc++.h> using namespace std; using ll = long long; using ld...

Codeforces Round #425 (Div....

#include<iostream> #include<cstdio> #include<cstring> using namespace std; string s,t; int q; string str; int w; bool g; int main() { cin>>s; for(int...

Codeforces Round #425 (Div....

#include <cstdio> int main() { long long n, k; scanf("%I64d%I64d", &n, &k); puts((n...

Advertisement

spot_img