| № | Пользователь | Рейтинг |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| Страны | Города | Организации | Всё → |
| № | Пользователь | Вклад |
|---|---|---|
| 1 | Qingyu | 156 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 141 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 135 |
| 8 | BledDest | 132 |
| 9 | maroonrk | 131 |
| 10 | qwexd | 129 |
|
0
Thanks, I already posted it there LinkedIn Post |
|
+14
I have no problem, but I think it is better to keep cf and other online judges as they are, specialized and focus on enriching the CP community with exclusive problems and challenges and social network a place that connects everyone where they enjoy their time, share memes, socializing and also helps everyone to improve but in a different way than training. |
|
0
no, I mean after the round ends, they can view the tutorials they couldn't solve during the live round. like during the live round they got WA verdict in problem C, after the round the can find the solution of it in their newsfeed |
|
+3
I know how much effort these guys put into training as much as I know they would do a great job there. With my best wishes to every member in this team. |
|
0
The anime deals with many great things and one of the things the story focus on is the importance of the training in a realistic way. This realistic appeared in the Might Guy fight with Madara and the impressive performance that he showed but he couldn't win the fight. |
|
+9
Naruto The anime stress the relation between the development of the characters and the efforts that they put in the training, what ever how far do these characters talented or not. |
|
+29
I claim that this round will be one of the best Div 2 rounds ever. |
|
0
Thanks |
|
+3
Thanks |
|
0
Thanks |
|
0
Thanks |
|
+9
Thanks Ahmed |
|
+8
Thanks |
|
+8
Thanks |
|
0
I made a video for up solving the round ( div2 without F ) with Arabic commentary here |
|
-22
Don't talk about ACPC20 like any other ICPC contest |
|
0
I think we have the same approach with different implementation way |
|
+3
$$$gcd(x,y)$$$ equals to the multiplication of all the common factors between $$$x$$$ and $$$y$$$. $$$gcdHBD(x,y)$$$ equals to the multiplication of the first $$$k$$$ factors of $$$x$$$ and the last $$$k$$$ factors of $$$y$$$ . so $$$gcd(x,y)$$$ = $$$gcdHBD(x,y)$$$ iff the first $$$k$$$ factors of $$$x$$$ are common factors in $$$y$$$ and the last $$$k$$$ factors of $$$y$$$ are common in $$$x$$$. so $$$x$$$ and $$$y$$$ should have at least $$$2k$$$ factors. now let's get the maximum value of $$$k$$$ in the worst case: $$$gcd(x,y)$$$ <= $$$n$$$ and $$$n \lt =10^5$$$ in the worst case all the factors will be equals to $$$2$$$. so $$$k$$$ <= $$$log2(10^5)/2$$$ , $$$k$$$ <= $$$8$$$. so if $$$k$$$ > $$$8$$$ the answer is $$$0$$$. so what to do if $$$k$$$ <= $$$8$$$ ? for each integer $$$x$$$ $$$[1,n]$$$ 2- remove the first $$$k$$$ factors from it ( that are common in $$$x$$$ and $$$y$$$ ) 3- backtrack in these remaning factors to get the last $$$k$$$ factors ( that are common in $$$x$$$ and $$$y$$$ ). 4- make another backtrack to get another factors that are not in $$$x$$$ so can't affect the $$$gcd$$$ ( on primes from $$$2$$$ to $$$r$$$ where $$$r$$$ is the lowest factor in $$$y$$$ ) code : https://ideone.com/61h70N |
|
+26
It's a joyful thing to me to see Arabic round again. Hope our contribution in problem solving community keep it's progress and see more Arabic rounds in the future. I am realy intersted to praticipate in your round ,thank you guys. |
|
0
it is great to see how does CF is growing every day , great thanks for this great community who are working to make CF is a complete platform for any compatitive programmer in any learning phase |
|
+59
there is no logic in making the difference between some problem's score and some other harder problem's score too little just to make F+G=H |
|
+20
I was thinking about skipping this round as I have an exam the day after this round but your comment made me ignore the idea :D |
|
-8
A participant |
|
+55
I really had enjoyed testing it ,and highly recommend it for every one |
|
+17
Auto comment: topic has been updated by Uzumaki_Narutoo (previous revision, new revision, compare). |
|
+22
I added it to the blog ... sorry for that :D |
|
+3
Revive |
|
+3
because you merged between printf and cout with fast i/o I mean these lines ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); |
|
+40
don't let the downvotes frustrate you , It is all about a long journey of hard working . wish you the best ❤️ |
|
+39
being in top 500 in combined round means his real rate should be higher |
|
+4
Waiting for interesting problems as expected from you |
|
+15
the internet connection is not stable now a days here in Egypt |
|
+9
Me too |
|
+3
my contribution rank became 29790 from 29820 :DD |
|
-217
he didn't mean that for sure ,by the way I really had interested in dancing with the African group |
|
-300
I agree but I am sure that he was just making fun with them |
|
-350
That's how we make fun with each other here in Egypt .. I think it is not Racism ,it is just cultural difference that leads to miss understanding |
|
+16
Team name : Counter att-AC-k ,from : FCIS Ain Shams University ,Egypt Uzumaki_Narutoo HadyMosaad Mark_Louba |
|
+8
seems he is going to do so |
|
+5
It hadn't updated yet |
|
+130
why not giving it to someone who can care instead? |
|
0
If you filled the first row cells and first colm cells you will find that there is only one way to fill the remaining cells |
|
0
It was the best round I had participated in from a long time |
|
0
string is good if all it's characters are in palindrome substring of this string |
|
+4
I also got it I'm Egyptian |
|
-11
I think the problem D statement was not clear ... there is no thing refer the the permutation is of indexes not permutation of elements it self ( it different in handle the same permutations ) |
|
+20
You are right |
|
+13
Any why ,he still just a kid but he make a great performance and we should encourage him note : متشكرين يرجولة means thanks in Arabic :D |
|
+39
more than 1 hour and half trying to understand C , LOL :D |
|
0
in problem C , I see the we should use a of the first plant first then for all remaining plants should use b first the a as landing will be before flying and the order is very important as the weight of fuel will update after each fly or land I mean some thing like this but I found some solutions had got AC and they don't care about the order of flying and landing ,How ? thanks in advance ^_^ UPD: I got confused in reading that code ,there is no problem xDD |
|
0
also I think rounds like this is very very unfair for the participates and don't show their skills |
|
0
It is unbelievable to see that there are 3 problems more the 3000 one had solved it and another 2 ,one of them 20 but the other is 8 (just passed the pretest) |
|
-7
Am I in hackforces round? -_- |
|
+3
It was one of the most interesting contests that I had participate before thanks for this great contest ^_^ |
|
+15
It was my first time to get tagged in official codeforces round .. Awesome ^_^ |
|
0
B and C in div2 have the same score ,Will they have the same difficulty ? |
|
-23
Good Luck , wish less implementation problems :D |
|
0
|
|
-10
I don't know why your comment get down voted ? |
|
+2
Good luck |
|
0
It is very cool that make a big challenge in hacking |
|
0
and if it is , they should make a note for that , not an announcement after more than 1 hour from the beginning of the contest !! |
|
0
Of curse it is very good to know but I think in rated contests you should avoid the differences like this |
|
+1
but there are a lot of languages like java that has big integers so , I am talking about the judge should avoid the differences between the languages |
|
-37
It is very unfair for the beginners who can't write else c++ !! what is the purpose of problem else to impossible the beginners for not trying for solve !! I think there are a lot of us who are very very angry and ask you to edit the test cases to not exceed 10^18 . |
|
+6
the answer in problem d can exceed 10^18 It is very unfair for c++ coders |
|
0
It's very nice to see "Kotlin" in "ICPC" , but no one in my region will care , as it is not allowed to use in . |
| Название |
|---|


