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, July 4, 2025
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
Admin
876 animes navigated
The Next Species in Line for Colossal’s De-Extinction
The Next Species in Line for Colossal’s De-Extinction The successful resurrection of dire wolves validates...
Celebrating Black History Month: Past, Future
As February unfolds, so does the annual celebration of Black History Month, a time...
The Path to Self-Mastery: Lessons from Book ‘The Mountain Is You’
Embarking on a journey of self-mastery and breaking free from self-sabotage is a transformative...
Wizards of Waverly Place Cast Reunites for Enchanting Revival
In a spellbinding announcement, Disney has officially revealed that the beloved fantasy series "Wizards...
Link List Problem
Uncategorized
April 26, 2017
Read more
Dating related activities cost...
Uncategorized
April 21, 2017
It is not that easy to find a date...
Read more
GOOGLE NEWS LAB: HOW...
Uncategorized
April 19, 2017
[youtube https://www.youtube.com/watch?v=ZNrki4Z57G0?rel=0&w=580&h=385] Matt Cooke the UK lead for Google News...
Read more
How to Win Hearts...
Blog
April 16, 2017
Every romantic occasion calls for the presence of flowers....
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include <bits/stdc++.h> using namespace std; const int N = 3e5 +...
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include <stdio.h> #include <string.h> #include <stdbool.h> #include <assert.h> #define clr(ar) memset(ar, 0, sizeof(ar)) #define...
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include <iostream> #include <string> #include <vector> #include <map> #include <queue> #include <algorithm> #include <numeric> #include <climits> using...
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include <limits.h> #include <stdio.h> #include <stdlib.h> #define N 300000 struct E { int i,...
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include <stdio.h> #define N 1000000 int main() { static int hole; int n,...
Read more
Codeforces Round #408 (Div....
C/C++
April 11, 2017
#include<stdio.h> #include<stdlib.h> #include<math.h> #define MAX 1000000009 int main() { int i,n,m,k,min=MAX,t,temp; scanf("%d %d %d",&n,&m,&k); for(i=1;i<=n;i++) { scanf("%d",&t); if(t>0 && t<=k) { temp=abs(m-i); if(temp<min) min=temp; } } printf("%dn",(min*10)); return...
Read more
April Fools Contest 2017,...
C/C++
April 10, 2017
#include<cstdio> int main() { int ans=0,a=0; char c; scanf("%d",&ans); while (scanf("%c%d",&c,&a) != EOF) { if (c=='+')...
Read more
April Fools Contest 2017,...
C/C++
April 10, 2017
#include <stdio.h> #include<algorithm> #include<time.h> using namespace std; int a; int main() { ...
Read more