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
Taniv Ashraf
83 animes navigated
facebook
instagram
mail
steam
twitter
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...
Jim Irsay’s Reported ‘Suspected Overdose’: A Closer Look
In a shocking turn of events last month, Jim Irsay, the owner of the...
Codeforces Round #384 (Div....
C/C++
December 17, 2016
#include <stdio.h> #include <string.h> #define MIN(X,Y) ((X)<(Y) ? (X) : (Y)) int...
Read more
Codeforces Round #382 (Div....
Uncategorized
December 17, 2016
#include <stdio.h> #include <string.h> #include <stdlib.h> #define M 1000000007 int add(int a, int b)...
Read more
Codeforces Round #382 (Div....
C/C++
December 17, 2016
#include<stdio.h> int isprime(int n); int main(){ int n; scanf("%d",&n); if(n%2==1){ if(isprime(n)){ printf("1"); }else{ printf("%d",3-isprime(n-2)); } }else{ printf("%d",1+(n>2)); } return 0; } int isprime(int n){ int i,j; for(i=2;i*i<=n;i++){ if(n%i==0){ return...
Read more
Codeforces Round #382 (Div....
C/C++
December 17, 2016
#include<stdio.h> main() { long long int n,i,j,c=0,a,b,k; scanf("%I64d",&n); a=1; b=1; k=a+b; while(k<=n) { c++; ...
Read more
Codeforces Round #382 (Div....
C/C++
December 17, 2016
#include<stdio.h> #include<stdlib.h> int cmp(const void*a,const void*b) { return *(int*)b-*(int*)a; } int w; int main() { int n,n1,n2; scanf("%d%d%d",&n,&n1,&n2); for(int i=0;i<n;i++) scanf("%d",&w); qsort(w,n,sizeof(w),cmp); if(n1>n2) { int...
Read more
Codeforces Round #382 (Div....
C/C++
December 17, 2016
#include<stdio.h> int b,d; int main(){ int i,s,n,k,t; scanf("%d%d",&n,&k); char x; for(i=1;i<=n;i++){ scanf(" %c",&x); if(x=='G')s=i; if(x=='T')t=i; if(x=='#')b=1; } for(i=s;i<=n;i+=k){ if(b) break; d=1; } for(i=s;i>=1;i-=k){ if(b) break; d=1; } if(d) printf("YES"); else printf("NO"); }
Read more
Codeforces Round #380 (Div....
C/C++
November 21, 2016
Hi Guys , I Just Tried to solve the...
Read more
Codeforces Round #379 (Div....
C/C++
November 16, 2016
Hey guys I just tried the Anton and School...
Read more
CodeForces Round #379 (Div....
C/C++
November 16, 2016
Hey guys I just tried the Anton and Tree...
Read more
Codeforces Round #379 (Div....
C/C++
November 16, 2016
Hey guys I just tried the Anton and Chess...
Read more
Codeforces Round #379 (Div....
C/C++
November 16, 2016
Hey guys I just tried the Anton and Danik...
Read more
Codeforces Round #379 (Div....
C/C++
November 16, 2016
Hey guys I just tried the anton and digits...
Read more