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, September 19, 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
905 animes navigated
Hong Kong-Based IP Management Company Medialink Group Expands Into Japan With New Subsidiary Launch (EXCLUSIVE)
Hong Kong's Medialink Group Expands its Reach into Japan Hong Kong-based intellectual property (IP) management...
XRP Bearish Signal: Whales Offload $486 Million In Asset
XRP Bearish Signal: Whales Offload $486 Million in Asset The cryptocurrency market is known for...
Faraday Future Founder and Co-CEO YT Jia Shares Weekly Investor Update: FF Officially Started the Spinoff Plan for the Crypto Flywheel, a Second Independently...
Faraday Future Spins Off Crypto Venture: CXC10 on the Horizon Faraday Future, the electric vehicle...
Ice Cube Says Critical Disaster Shot Without Director Or Actors Present
Ice Cube's Shocking Revelation: "War of the Worlds" Remake Filmed Without Crew? The 2025 remake...
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
April Fools Contest 2017,...
C/C++
April 9, 2017
#include <stdio.h> #include <string.h> int main(){ int i, num, flag=0; char str; scanf("%s", str); num...
Read more
April Fools Contest 2017,...
C/C++
April 9, 2017
#include<stdio.h> int main(){ int a, i, n, max=0; scanf("%d", &n); ...
Read more
April Fools Contest 2017,...
C/C++
April 9, 2017
#include<stdio.h> int main(void) { unsigned x, y, result = 0; scanf("%u", &x); do { y...
Read more
April Fools Contest 2017,...
C/C++
April 9, 2017
#include<stdio.h> int main(void) { int mas = {4, 22, 27, 58, 85,...
Read more
Top 10 inspirational quotes...
Blog
April 9, 2017
Women increasingly inhabit top ranking roles in traditionally male...
Read more
Codeforces Round #407 (Div....
C/C++
April 9, 2017
#include<bits/stdc++.h> using namespace std; int n,k,f; bitset<2001> dp; int main() { cin>>n>>k; for(int i=1,t;i<=k;i++) { scanf("%d",&t); f=1; } dp=1; int now=0; for(int i=1;i<=1000;i++) { now^=1; dp.reset(); for(int...
Read more
Codeforces Round #407 (Div....
C/C++
April 9, 2017
#include<bits/stdc++.h> #define ll long long using namespace std; ll in; vector<int>adj; ll ans=0; bool g; int...
Read more