Блог пользователя mango_lassi

Автор mango_lassi, история, 6 лет назад, По-английски
  1. Is there any way to view top rated users (with inactive users included)? (The "Rating (All)" tab would logically be this, but the list is just the same as "Rating". Further, it seems you need to login to even see the "Rating (All)" tab. What even is it?)
  2. Is there a list of users sorted by their max. rating?
  3. Is there some convenient way to show only European contestants or do any filtering other than by country, city or organisation?

I've tried to google for these but haven't found anything. If any of these lists are hidden somewhere on the site, or any external sites have these lists, please inform me.

  • Проголосовать: нравится
  • +94
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
Rev. 3  
Проголосовать: нравится +52 Проголосовать: не нравится

You can use Codeforces API to download whole list as JSON objects. After that all this stuffs should be easy with any programming language. I was doing some statistic for my university project at the same manner.

If you didn't know, codeforces rating mean is $$$1419$$$ and max rating mean is $$$1515$$$ :D

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +8 Проголосовать: не нравится

In the "Rating (All)" tab, the inactive users are listed after all of the active users. You could copy the inactive and active lists and combine them manually.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +38 Проголосовать: не нравится

The "Rating (All)" tab would logically be this, but the list is just the same as "Rating".

That's a bug, it used to show what you want here.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +105 Проголосовать: не нравится

Thank you for suggesting the codeforces API! With it I was able to find what I wanted. Here's some results:

Users by max. rating
Users from Europe (excluding Russia) by max. rating
Code