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
Sunday, July 13, 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
The Next Species in...
Daily Knowledge
June 27, 2025
The Next Species in Line for Colossal’s De-Extinction The successful...
Read more
Celebrating Black History Month:...
Articles
February 2, 2024
As February unfolds, so does the annual celebration of...
Read more
The Path to Self-Mastery:...
Book
January 31, 2024
Embarking on a journey of self-mastery and breaking free...
Read more
Wizards of Waverly Place...
Entertainment
January 19, 2024
In a spellbinding announcement, Disney has officially revealed that...
Read more
Jim Irsay’s Reported ‘Suspected...
News
January 18, 2024
In a shocking turn of events last month, Jim...
Read more
Coachella 2024: Iconic headliners,...
Entertainment
January 17, 2024
Coachella Valley Music and Arts Festival, one of the...
Read more
2024 Taiwan Election: Pivotal...
Politics
January 13, 2024
As Taiwan gears up for its 2024 presidential election,...
Read more
Michael Strahan’s Daughter’s Medulloblastoma...
Health
January 12, 2024
In a recent and heartbreaking revelation, Michael Strahan, former...
Read more
Michigan vs. Washington: The...
Sports
January 9, 2024
In a highly anticipated matchup, the 2024 National Championship...
Read more
Jason Kelce: Unmasking the...
Sports
January 9, 2024
In the world of professional football, where conformity often...
Read more
A Comprehensive Analysis of...
Business
January 9, 2024
Boeing, a global aerospace giant, has long been a...
Read more
Unlocking Full-Stack Mastery: Web...
Skill
January 8, 2024
In the rapidly evolving landscape of technology, the demand...
Read more
Advertisement
C/C++
Codeforces Round #411 (Div. 2), problem: (D) Minimum number of steps Solution In C/C++
#include<bits/stdc++.h> using namespace std; int c,d,i,n,m,k,x,j=1000000007; string s; main(){ cin>>s; for(i=s.size()-1;i>=0;i--){ if(s=='b')c++;else{ k+=c;c*=2;k%=j;c%=j; } } cout<<k; }
C/C++
Codeforces Round #411 (Div. 2), problem: (C) Find Amir Solution In C/C++
#include<iostream> main(){int n;std::cin>>n;std::cout<<(n-1)/2;}
Uncategorized
Codeforces Round #411 (Div. 2), problem: (B) 3-palindrome Solution In C/C++
#include <cstdio> int n; int main (){ scanf("%d", &n); for (int i = 0; i <...
C/C++
Codeforces Round #411 (Div. 2), problem: (A) Fake NP Solution In C/C++
#include <iostream> int l,r; int main() { std::cin>>l>>r; std::cout<<(l==r ? l:2); return 0; }
C/C++
Codeforces Round #410 (Div. 2), problem: (E) Mike and code of a permutation Solution In C/C++
#pragma warning(disable:4996) #include <stdio.h> #include <iostream> #include <iomanip> #include <vector> #include <algorithm> #include <string.h> #include <stdlib.h> #include <assert.h> #include <cmath> #include <map> #include...
C/C++
Codeforces Round #410 (Div. 2), problem: (D) Mike and distribution Solution In C/C++
#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 a,node b) { return a.x>b.x; } int...
C/C++
Codeforces Round #410 (Div. 2), problem: (C) Mike and gcd problem Solution In C/C++
#include <bits/stdc++.h> using namespace std; int main(){ int n, num = 0, x, sum =...
Uncategorized
Codeforces Round #410 (Div. 2), problem: (B) Mike and strings Solution In C/C++
#include <bits/stdc++.h> using namespace std; string s; int main() { int n, t, ans; ans = INT_MAX; cin>>n; string temp; for(int...
C/C++
Codeforces Round #410 (Div. 2), problem: (A) Mike and palindrome Solution In C/C++
#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; }
C/C++
Codeforces Round #409 (rated, Div. 1, based on VK Cup 2017 Round 2), problem: (E) Verifying Kingdom Solution In C/C++
#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 cross(x,a) for (int...
C/C++
Codeforces Round #409 (rated, Div. 1, based on VK Cup 2017 Round 2), problem: (D) Varying Kibibits Solution In C/C++
#include <bits/stdc++.h> #define MAXN (1000000) #define MAXM (6) #define mod (1000000007) #define ll long long int n; int...
Java
Codeforces Round #409 (rated, Div. 2, based on VK Cup 2017 Round 2), problem: (E) Vulnerable Kerbals Solution in JAVA
import java.util.ArrayList; import java.util.Scanner; /* 4 10 2 4 6 8 4 10 2 9 1 0 */ public class...
The Path to Self-Mastery:...
Book
January 31, 2024
Embarking on a journey of self-mastery and breaking free...
Read more
Wizards of Waverly Place...
Entertainment
January 19, 2024
In a spellbinding announcement, Disney has officially revealed that...
Read more
Jim Irsay’s Reported ‘Suspected...
News
January 18, 2024
In a shocking turn of events last month, Jim...
Read more
Coachella 2024: Iconic headliners,...
Entertainment
January 17, 2024
Coachella Valley Music and Arts Festival, one of the...
Read more
2024 Taiwan Election: Pivotal...
Politics
January 13, 2024
As Taiwan gears up for its 2024 presidential election,...
Read more
Michael Strahan’s Daughter’s Medulloblastoma...
Health
January 12, 2024
In a recent and heartbreaking revelation, Michael Strahan, former...
Read more
Michigan vs. Washington: The...
Sports
January 9, 2024
In a highly anticipated matchup, the 2024 National Championship...
Read more
Jason Kelce: Unmasking the...
Sports
January 9, 2024
In the world of professional football, where conformity often...
Read more
A Comprehensive Analysis of...
Business
January 9, 2024
Boeing, a global aerospace giant, has long been a...
Read more
Unlocking Full-Stack Mastery: Web...
Skill
January 8, 2024
In the rapidly evolving landscape of technology, the demand...
Read more
Financial Fitness: Smart Money...
Finance
January 7, 2024
As we embark on a new year, it's essential...
Read more
Winter Skincare Essentials: Must-Have...
Beauty
January 6, 2024
As winter sets in and the temperature drops, it's...
Read more