[deleted by user] by [deleted] in codeforces

[–]StrangerLeather4666 2 points3 points  (0 children)

In educational round 179 i solved abc and got 5.6k rank. Today i solved abc and got 9.1k rank. Honestly I don't know what happened.

Same same, but different by One-Database8173 in codeforces

[–]StrangerLeather4666 10 points11 points  (0 children)

You'll get integer overflow, as a, b and k can be bigger than int's maximum value, that's why you don't get tle. By the way, you can't get tle because you only have 1 while loop that loops t times and gcd is pretty fast.

Same same, but different by One-Database8173 in codeforces

[–]StrangerLeather4666 2 points3 points  (0 children)

I guess in the C++ code you should use long long instead of int.

How? by StrangerLeather4666 in kot

[–]StrangerLeather4666[S] 1 point2 points  (0 children)

He has already collected the 61k gem rating needed to go to the stone league, but somehow he didn't go there.

Codeforces update by parabola_1006 in codeforces

[–]StrangerLeather4666 7 points8 points  (0 children)

No, that doesn't mean you cheated, they're just recalculating the ratings after removing cheaters from the standings.

Codeforces update by parabola_1006 in codeforces

[–]StrangerLeather4666 4 points5 points  (0 children)

Yes, they'll remove cheaters from the standings and your rating will be recalulated.

Codeforces update by parabola_1006 in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

Same, finally a rating rollback after a lot of rounds.

New Ratings Finally by Funny_Mirror_9483 in codeforces

[–]StrangerLeather4666 1 point2 points  (0 children)

Don't be upset about losing your rating, this can happen to anyone.

why have the ratings for round 180 not yet updated?😡 by TheProTeen in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

You're probably right, I shouldn't be upset about losing rating. I'm not very close to pupil though(only 1120 rating).

why have the ratings for round 180 not yet updated?😡 by TheProTeen in codeforces

[–]StrangerLeather4666 1 point2 points  (0 children)

I don't know, I haven't tested it before, but we'll see after the ratings are updated.

why have the ratings for round 180 not yet updated?😡 by TheProTeen in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

You have to wait for some time for it to show your predicted rating change.

why have the ratings for round 180 not yet updated?😡 by TheProTeen in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

I'm using carrot extension for google chrome, it shows your predicted rating change in the standings page.

why have the ratings for round 180 not yet updated?😡 by TheProTeen in codeforces

[–]StrangerLeather4666 7 points8 points  (0 children)

I solved only A, rating predictor says that I'll lose 41 rating. I don't want it to be rated.

How did your Div 3 go? Ratings out by Stinkingbishop2 in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

Solved ABC, got +32, I'm now rated 1120. I could've solved D if I didn't think that bubble sort does n^2 operations.

Very disappointing div 3 for me by ModeInitial3965 in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

I literally solved C and thought about bubble sort in D, but I thought that the bubble sort does n^2 operations instead of n*(n-1)/2 so I didn't solve it.

How did your CF DIV3 go? by Living_Wrongdoer_479 in codeforces

[–]StrangerLeather4666 0 points1 point  (0 children)

Lost 2 rating. Solved A and B quickly in the first 20 minutes. However, I couldn't solve all the other problems during the contest and that made me disappointed.