# | User | Rating |
---|---|---|
1 | Benq | 3813 |
2 | tourist | 3768 |
3 | maroonrk | 3570 |
4 | Radewoosh | 3535 |
5 | fantasy | 3526 |
6 | jiangly | 3523 |
7 | Um_nik | 3522 |
8 | orzdevinwang | 3441 |
9 | cnnfls_csy | 3427 |
10 | zh0ukangyang | 3423 |
# | User | Contrib. |
---|---|---|
1 | awoo | 180 |
2 | -is-this-fft- | 178 |
3 | nor | 169 |
4 | Um_nik | 168 |
5 | SecondThread | 164 |
6 | maroonrk | 163 |
7 | adamant | 162 |
8 | kostka | 161 |
9 | YouKn0wWho | 158 |
10 | antontrygubO_o | 154 |
Why next cf contest is coinciding with leetcode contest. I am so confused. In which contest must i participate?
You are given a tree. Each node has a value. You need to choose three distinct paths in the tree. Let's suppose that
P1= sum of path 1, p2 = sum of path 2, P3 = sum of path 3
Print minimum and maximum possible value of
|P1-P2| + |P2-P3| + |P3-P1|
Constraints 3<= n <= 2e5
I have seen many of my smart friends not getting a job where many dumb girls are getting it easily. What's the matter. Can someone explain?
I can't see any div3-div4 in contest. I have been waiting since a long time now. Is there anyone who can guess a date on which we expect a div-3 or div 4
This person littlejuruo is going to beat the legend sparky master. Everyone must go to his profile and upvote his blogs and comments so that he lost the game.
We must do this to make all his work go in vain.
Thank you
This person Sneh_Patel_0701 has cheated very badly that now he is going to become expert. you can see for G even the template is not same. Sir, MikeMirzayanov some people are trying hard to reach that blue colour and some are just getting it for no efforts. please ban these people so that the cheaters will think twice before cheating. A humble request!
This person sneh_patel_0701 cheats in almost all the rounds but still didn't get caught. and now he is going to become expert. That's the reason i have written the blog.
Thank you
Why is there such a long drought of division 2 contests? I want to be able to compete more frequently and see my rating improve.
They have removed my participation of round G from certificate. Can you guys confirm that it's not only me.
Can you see your round G participation in the certificate tell.
Hey i have seen many people who shows there participation certificate. I haven't got a single certificate from google. What's the procedure to get the certificate please tell. Is there any blog which explains this. Please please please help.
So let me introduce you the best rating system which i have ever seen. So you guys must be thinking about the best codechef. which has the best rating system. you guys are smart.
So in the previous starters i found something very good. see this person had got 1st rank globally in the last DIV 2 round and his ratings changes from 1752 to 1934 an increase of 182 where as this person had 5th rank in the contest and he got from 1768 to 2239 which is basically an increase of 471 and he became a 6 star coder in a DIV 2 contest whereas the first person wasn't able to become even a 5 star.
And now see this, this person had 13th rank and his rating changes from 1721 to 1731 which is a massive increase of 10.
I would suggest atcoder, codeforces, topcoder, leetcode etc.. to change the rating system and follow codechef it's the best.
i would like to hear everyone's suggestion on this topic. Do you also feel that codechef system is too good ?
So today i was learning about c++ lambda functions. and i have some doubts.
Q.1) See this
function<int(int,int)> sum = [&](int a, int b)
{
++a;
return a+b;
};
int a = 2, b = 3;
int s = sum(a, b);
cout << a << endl;// why it's 2 i have passed 'a' with refrence. how to pass it with refrence.
Q.2) another question
function<int(int)> get2;
cout << get2(3);
get2 = [&](int a)
{
return a;
};
tell me
hey i want to calculate something i needed some attention so i wrote must read blog.
let's say i want to calculate a*b % P where 0<= a,b <= 1e9 and p = 1e9+7
how to calculate this by using only integer number i don't want to use long long as many stupid people do.
Well from the past 3-4 contests i have seen that people cheat in a way such that plagiarism can't do anything because their friends help them or the participants ask for someone's help.
So basically 2 people are giving contest with an account
For example this person aarjaviy was solving the first 3 problems in today's contest and his friend or maybe who was helping him was in D. he did the first 3 problems in c++ and his friend did the 4th problem for him in python.
I know we can't take action against such people. but seeing this thing in almost every contest i get upset.
It's not about this user only there are others too. It's just unfair and it disappoints me.
you guys will get nothing with these ratings. you are just ruining the environment here.
why you guys can't participate with your own skills.
I was solving yesterday's c with a different approach. To solve it with my technique what i need to know is:
Let's say we have a string 's' of length 'n' with parenthesis ('(' or ')') and we have queries with 'L' and 'R' (1<=L<=R<=N).
we need to tell whether the substring from L to R is balanced or not.
Is there any way to solve the queries in constant time or lets say log(n) time?
Please Help.
Name |
---|