https://mirror.codeforces.com/blog/entry/137273#comment-1229956 (+8 upvote)
vs
https://mirror.codeforces.com/blog/entry/140127 (-40 downvote)
| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 3 | Proof_by_QED | 147 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 142 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
https://mirror.codeforces.com/blog/entry/137273#comment-1229956 (+8 upvote)
vs
https://mirror.codeforces.com/blog/entry/140127 (-40 downvote)
Hello. i am a new user in Codeforces and i'm not very clear about the rules of codeforces.
I can see we will have two contests in tomorrow at the same time
Can I participate them both?
(excuse my poor english)
This guy is so shameless. It has the same format as CF,we can see Div.1 to Div.4 with the same difficulty, it infringes CF's copyright.
I think it was able to reach ninth place in the contribution score rankings because there were a large number of Chinese oier who were mindlessly upvoting.
Mike plz ban him.
AI is developing rapidly. The ability of AI to solve problems will eventually surpass ours,even tourist. at that time,people will use AI to solve problems instead of we guys.
Wow! Coder RPdreamer competed in Codeforces Round 1000 (Div. 2) and gained +357 rating points taking place 16002
In order to improve my english I won't use any AI translator to write blogs or comments.
If I use I'll eat shit
I want to make a vote like this.
Can somebody teach me? Thanks.
(If you teach me I'll upvote all your blogs and comments).
Hello everybody! I'm going to write a report about the contribution score.
Subject to subjective factors:The contribution score is highly dependent on the voting of other users. User voting is highly subjective. Due to personal preferences, differences in opinions, etc., a blog or comment with good content quality may receive a low score, and vice versa. As a result, the contribution score cannot accurately reflect the actual contribution of users.
As a student,our main goal is to improve CP ability but not socializing.
What I want to express from this post is:
Ignore your contribution score,don't metion downvotes,say whatever you like.
Improve your CP ability instead of doing nonsense.
can somebody tell me how to reach pupil,I tried very hard but can't even AC a *800 problem in div.2
thanks.
the contributor list said my contribution score is -65,but my profile said my score is -66.
what's wrong
I don't think brute force should be an algorithm tag.
I tried @tourist ,but it didn't work.
upd:i asked gpt but it still didn't work.can somebody give me the markdown?i'll be very thankful
#include<bits/stdc++.h>
using namespace std;
#define int long long
const int N=2E5+5,MOD=1LL<<32;struct tree{int l,r,sum,lcm;}t[N<<2];int a[N];int lcm(int x,int y){return x/__gcd(x,y)*y;}void pushup(int u){int l=u<<1,r=u<<1|1;t[u].sum=(t[l].sum+t[r].sum)%MOD;t[u].lcm=lcm(t[l].lcm,t[r].lcm);}void build(int u,int l,int r){t[u].l=l,t[u].r=r;if(l==r){t[u].sum=t[u].lcm=a[l];return;}int mid=(l+r)>>1;build(u<<1,l,mid);build(u<<1|1,mid+1,r);pushup(u);return;}void update(int u,int l,int r,int x){if(x%t[u].lcm==0)return;if(t[u].l==t[u].r){t[u].sum=t[u].lcm=__gcd(t[u].sum,x);return;}int mid=(t[u].l+t[u].r)>>1;if(l<=mid)update(u<<1,l,r,x);if(r>mid)update(u<<1|1,l,r,x);pushup(u);return;}int query(int u,int l,int r){if(l<=t[u].l&&t[u].r<=r)return t[u].sum;int mid=(t[u].l+t[u].r)>>1,ans=0;if(l<=mid)ans=(ans+query(u<<1,l,r))%MOD;if(r>mid)ans=(ans+query(u<<1|1,l,r))%MOD;return ans;}signed main(){int n,m,op,l,r,x;cin>>n>>m;for(int i=1;i<=n;++i)cin>>a[i];build(1,1,n);while(m--){cin>>op>>l>>r;if(op==1){cin>>x;update(1,l,r,x);}else{cout<<query(1,l,r)<<endl;}}return 0;}
qp and orz have the same meanings.
but why people who send orz usually get upvotes:

and people who send qp always get downvotes.
upd: Gramma Error found in the title(excuse my poor grammar)
rt.His contribution score is +250,much higher than +169.
| Name |
|---|


