Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Privacy Policy
Search
E-Blogarithm
Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Privacy Policy
Saturday, April 11, 2026
Home
Blog
What’s New
Life Hacks
Entertainment
Hollywood
Bollywood
Gaming
News
Reviews
Movies
Others
Game
About Us
Contact Us
Privacy Policy
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
Admin
1098 animes navigated
A Harry Potter Star’s Lowest Rated Movie Just Became Free to Stream
The Post-Potter Evolution of Daniel Radcliffe For most of the world, Daniel Radcliffe will always...
VAPORESSO Strengthens Global Anti-Counterfeiting Drive, Reaffirms Unwavering Commitment to Consumer Safety
Protecting Consumers: VAPORESSO's Global Stand Against Counterfeits In an era where the vaping industry continues...
FM Sitharaman: India’s Strong Fiscal Health Gives RBI Greater Policy Flexibility – startup business stories
Nirmala Sitharaman Highlights Synergy Between Fiscal Strength and RBI Policy Finance Minister Nirmala Sitharaman recently...
As CBS’ CIA Takes A Break, One Star’s Comments About The Mole Have Me Rethinking Everything
The television landscape is currently buzzing with anticipation as CBS’ latest hit drama, CIA,...
Codeforces Round #411 (Div....
C/C++
July 24, 2017
#include<iostream> main(){int n;std::cin>>n;std::cout<<(n-1)/2;}
Read more
Codeforces Round #411 (Div....
Uncategorized
July 24, 2017
#include <cstdio> int n; int main (){ scanf("%d", &n); for (int i =...
Read more
Codeforces Round #411 (Div....
C/C++
July 24, 2017
#include <iostream> int l,r; int main() { std::cin>>l>>r; std::cout<<(l==r ? l:2); return 0; }
Read more
Codeforces Round #410 (Div....
C/C++
July 24, 2017
#pragma warning(disable:4996) #include <stdio.h> #include <iostream> #include <iomanip> #include <vector> #include <algorithm> #include <string.h> #include <stdlib.h> #include...
Read more
Codeforces Round #410 (Div....
C/C++
July 24, 2017
#include<bits/stdc++.h> using namespace std; const int maxn=100000+10; int b,n,flag=1,dp; struct node { int id,x; }a; int cmp(node...
Read more
Codeforces Round #410 (Div....
C/C++
July 24, 2017
#include <bits/stdc++.h> using namespace std; int main(){ int n, num = 0,...
Read more
Codeforces Round #410 (Div....
Uncategorized
July 24, 2017
#include <bits/stdc++.h> using namespace std; string s; int main() { int n, t, ans; ans...
Read more
Codeforces Round #410 (Div....
C/C++
July 24, 2017
#include<iostream> using namespace std; main() { string s;cin>>s; int n=s.size(),cnt=0; for(int i=0;i<n/2;i++) { if(s!=s)cnt++; } cout<<(cnt==1||cnt==0&&n%2==1?"YES":"NO")<<endl; }
Read more
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