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, December 5, 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
970 animes navigated
Women remember when they brought peace to Abriba community
The Day Abiriba Women Marched for Peace: A 1992 Triumph Remembered The history of community...
(For Southeast Asia) Step into a new adventure with the upcoming DualSense Wireless Controller – Genshin Impact Limited Edition
Step Into Teyvat: PlayStation Announces Genshin Impact Limited Edition DualSense Controller For fans eagerly exploring...
Why phone batteries fade after two years
The Truth About Smartphone Battery Degradation: Why Your Phone Slows Down After Two Years It's...
2025 MAC Football Week 15 Game Recap: Miami RedHawks 45, Ball State Cardinals 24
MAC Triumph: Miami RedHawks Silence Ball State 45-24 in Season Finale The 2025 MAC Football...
Codeforces Round #422 (Div....
C/C++
July 25, 2017
#include<bits/stdc++.h> typedef long long ll; const int N=100010; const ll mo=1000000007; int n,x,i,l,r,m,mid,g,j,k; ll...
Read more
Codeforces Round #422 (Div....
C/C++
July 25, 2017
#include<bits/stdc++.h> using namespace std; long long f,pwr,mod=1e9+7,t,r,l,ans; main() { int i,j,k; cin>>t>>l>>r; pwr=1; //for(i=1;i<=r-l+1;i++)pwr=(1ll*pwr*t)%mod; for(i=0;i<=r;i++) f=1e18; f=0; for(i=1;i<=r;i++) { for(j=2*i,k=2;j<=r;j+=i,k++) { f=min(f,(1ll*i*(k-1)*k)/2+f); } } ans=0;long long pr=1; for(i=l;i<=r;i++) ans=(ans+((f)%mod*pr)%mod)%mod,pr=(pr*t)%mod; cout<<ans<<endl; }
Read more
Codeforces Round #422 (Div....
C/C++
July 25, 2017
#include<cstdio> #include<vector> #include<cstring> #include<algorithm> #define ll long long using namespace std; ll ans,c,n,x,L,R,cc; vector<pair<ll,ll> >l,r; int main(){ scanf("%lld%lld",&n,&x); for(int...
Read more
Codeforces Round #422 (Div....
C/C++
July 25, 2017
#include<bits/stdc++.h> using namespace std; int n,m,i,j,c,a=2e9,ai; string s,t; int main(){ cin>>n>>m>>s>>t; for(i=0;i<=m-n;i++) { for(c=j=0;j<n;j++) t==s?0:c++; c<a?a=c,ai=i:0; } cout<<a<<endl; for(c=j=0;j<n;j++) t!=s?cout<<j+1<<" ",0:0; }
Read more
Codeforces Round #422 (Div....
C/C++
July 25, 2017
#include<iostream> using namespace std; int a,b; int main(){ cin>>a>>b; a=a<b?a:b; for(b=a;--a;)b*=a; cout<<b; }
Read more
Codeforces Round #425 (Div....
C/C++
July 25, 2017
#include<bits/stdc++.h> #define oo 0x3f3f3f3f #define cl(x) memset(x, 0, sizeof(x)) #define mp make_pair #define...
Read more
Codeforces Round #425 (Div....
C/C++
July 25, 2017
#include<cstdio> #include<iostream> using namespace std; struct Edge{ int to,next; }e; int head,cnt=0; void add(int u,int v) { cnt++; e.to=v; e.next=head; head=cnt; } int...
Read more
Codeforces Round #425 (Div....
C/C++
July 25, 2017
#include <bits/stdc++.h> using namespace std; using ll = long long; using ld...
Read more
Codeforces Round #425 (Div....
C/C++
July 25, 2017
#include<iostream> #include<cstdio> #include<cstring> using namespace std; string s,t; int q; string str; int w; bool g; int main() { cin>>s; for(int...
Read more
Codeforces Round #425 (Div....
Uncategorized
July 25, 2017
#include <cstdio> int main() { long long n, k; scanf("%I64d%I64d", &n, &k); puts((n...
Read more
Codeforces Round #423 (Div....
C/C++
July 24, 2017
import java.io.*; import java.util.*; import sun.security.pkcs11.Secmod.DbMode; public class F { static class Edge...
Read more
Codeforces Round #423 (Div....
C/C++
July 24, 2017
#include<bits/stdc++.h> #define pi acos(-1) #define maxn 1148576 using namespace std; typedef long long...
Read more