Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Search
E-Blogarithm
Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Friday, November 15, 2024
Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Sign in
Welcome! Log into your account
your username
your password
Forgot your password? Get help
Create an account
Create an account
Welcome! Register for an account
your email
your username
A password will be e-mailed to you.
Password recovery
Recover your password
your email
A password will be e-mailed to you.
Sponsors
Tag:
based on VK Cup 2017 Round 2)
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include<cstdio> #include<cstring> #include<algorithm> #include<cctype> #include<ctime> #include<cstdlib> #include<string> #include<queue> #include<cmath> #include<set> #include<map> #include<bitset> #include<vector> #define rep(x,a,b) for (int x=int(a);x<=(int)(b);x++) #define drp(x,a,b) for (int x=int(a);x>=(int)(b);x--) #define...
Read more
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include <bits/stdc++.h> #define MAXN (1000000) #define MAXM (6) #define mod (1000000007) #define ll...
Read more
Codeforces Round #409 (rated,...
Java
July 24, 2017
import java.util.ArrayList; import java.util.Scanner; /* 4 10 2 4 6 8 4 10 2 9...
Read more
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include<cstdio> #include<cstdlib> #include<cmath> #include<algorithm> #include<cstring> using namespace std; #define maxn 1005 int x,y; int n; long long area(int...
Read more
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include <bits/stdc++.h> using namespace std; struct Time { int i; double v; }; const int...
Read more
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include<bits/stdc++.h> using namespace std; int main() { string a,b; cin>>a>>b; int l=a.length(); for(int i=0;i<l;i++) { ...
Read more
Codeforces Round #409 (rated,...
C/C++
July 24, 2017
#include <stdio.h> int ans,l,i; int main() { char ch; scanf("%s",ch); for( ; ch; i++) { l++; if(ch=='V' &&...
Read more
Advertisement