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 21, 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
956 animes navigated
How Xiaomi’s AI Efforts Are Powering the Next Era of the Internet Ecosystem
Xiaomi’s AI Leap: Powering the Next Era of the Internet Ecosystem Artificial Intelligence (AI) has...
When Gratitude Is Weaponized: 5 Questions for Discernment
The Dark Side of Thankfulness: Understanding Weaponized Gratitude Gratitude is often touted as a cornerstone...
The Road Wraps Up Its Oklahoma Ranch, OKC Run: Our S01E05 Preview
"The Road" Hits a Major Milestone: Wrapping Up the Oklahoma Leg in S01E05 Music competition...
A Radical New Kind of Particle Accelerator Could Transform Science
The Tabletop Revolution: Compact Particle Accelerators Poised to Transform Research For decades, the realm of...
Playrix Codescapes Cup (Codeforces...
C/C++
July 24, 2017
from heapq import heappush, heappop n = input() p = map(int,...
Read more
Playrix Codescapes Cup (Codeforces...
C/C++
July 24, 2017
main(n,t,k,d){scanf("%d%d%d%d",&n,&t,&k,&d);puts(d<(n-1)/k*t?"YES":"NO");}
Read more
Codeforces Round #412 (rated,...
C/C++
July 24, 2017
#include<bits/stdc++.h> #define ll long long ll multmod(ll a, ll b, ll...
Read more
Codeforces Round #412 (rated,...
Java
July 24, 2017
import static java.lang.Double.parseDouble; import static java.lang.Integer.parseInt; import static java.lang.Long.parseLong; import static java.lang.Math.min; import...
Read more
Codeforces Round #412 (rated,...
Java
July 24, 2017
import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.util.StringTokenizer; public class...
Read more
Codeforces Round #412 (rated,...
C/C++
July 24, 2017
#include<bits/stdc++.h> using namespace std; int n; long long a; int check(int x){ int i,j,res,ress,t,sum; long...
Read more
Codeforces Round #412 (rated,...
C/C++
July 24, 2017
#include<bits/stdc++.h> using namespace std; int a; int cnt; int n; int getsc(int id, bool...
Read more
Codeforces Round #412 (rated,...
C/C++
July 24, 2017
#include <bits/stdc++.h> using namespace std; int p,x,y,i; int luc(int s){ s = (s/50)%475; for...
Read more
Codeforces Round #412 (rated,...
C/C++
July 24, 2017
#include <iostream> using namespace std; int n,i,a,a1,b,f; string s={"maybe","unrated","rated"}; int main(){ cin>>n; for(;i<n;i++){ cin>>a>>b; if(a!=b){f=2;break;} if(i>0&&a>a1)f=1; a1=a; } cout<<s; }
Read more
Codeforces Round #411 (Div....
C/C++
July 24, 2017
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Arrays; import java.util.StringTokenizer; public class...
Read more
Codeforces Round #411 (Div....
C/C++
July 24, 2017
#include <stdio.h> int n; int main() { scanf("%d",&n); if(n%4>1)return printf("NOn"),0; printf("YESn"); for(int i=1;i<n;i+=4) { if(n%4)printf("%d %dn%d %dn%d %dn",i+2,n,i+2,i+3,i+3,n); else...
Read more
Codeforces Round #411 (Div....
C/C++
July 24, 2017
#include <set> #include <vector> #include <cstdio> #include <cstring> #include <algorithm> using namespace std; const int...
Read more