Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

Автор tom0727, 3 года назад, По-английски

Dear all,

You may have used https://kenkoooo.com/atcoder#/table/ to check for Atcoder Problems and their difficulties. I like this tool so much that I decided to write a CF version of it (I have got permission from the author to copy the exact same style of his website).

It has been posted on my blog https://tom0727.github.io/cf-problems/.

Here is a preview of it:

img

If you encounter any problems using this tool, or you have a bad experience using it on phone, please inform me, thanks!

• This list is updated automatically every day.

Update1: It is a good idea to add Login function and track AC status of the problems. I will work on this feature recently. For other features, since this page is written in pure html/css/js, it might be costly to add new complicated features. Therefore I plan to refactor this project next year if there are many people using it.

Update2: Added Login Feature! You only need to input the handle, password is not needed! Also when you mouseover a contest name, the whole name can be shown. Enjoy!

Update3: The contest names are shorter now, the rendering logic has been changed to make the page faster.

Update4: Fixed a bug where some new contest problems have rating "undefined". Now the list will not contain any problem that does not have a rating.

Update5: The tool is now updating automatically everyday.

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

»
3 года назад, # |
  Проголосовать: нравится +10 Проголосовать: не нравится

This is wonderful. Well done.

»
3 года назад, # |
  Проголосовать: нравится +34 Проголосовать: не нравится

Looks amazing :o Do you have any plan to make it possible to track an account's AC status like kenkoo?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +18 Проголосовать: не нравится

    Thank you for your reply! I currently do not plan to add the feature of tracking AC status, mainly because of my limited frontend knowledge and time. I may consider adding new features next year (that is when I have finished my application of graduate schools).

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

This is really good!

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

Thanks for this wonderful tool. But can you tell me how to find an educational round in that? Sorry if I'm not able to find that?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    Thank you for your valuable feedback! It seems that I have wrongly filtered educational rounds. I will fix this soon!

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +1 Проголосовать: не нравится

    Should be fixed now, please kindly check it!

»
3 года назад, # |
  Проголосовать: нравится +31 Проголосовать: не нравится

Thank you, very cool. Login/updating features would be great :)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Just getting handle name and updating the table with AC status might be a quick solution while you are implementing full login features.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is Amazing! Good job and keep going!

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Thank you! It is really cool.
One request, Can you remove "Codeforces Round", "Educational Round" etc prefixes from Contest name column so that one can see Contest number only in the column itself, and don't have to hover over the contest name to see contest number in tooltip. For example, #644 (Div.3) in Div 3 list. It will be much better experience that way.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

great, I'm going to love it :)

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Is it not updating new contests anymore?

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    It is updating! I just removed the gitee link, originally it is for serving Mainland China users, but because of regulations gitee is not available now.

    You can still get everything from my github blog!

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Do you have to update it manually each time there is a new contest? I am wondering why the most recent CF rounds (745, 746) are not visible here.

  • »
    »
    3 года назад, # ^ |
      Проголосовать: нравится +18 Проголосовать: не нравится

    The update is automatic. It is done every 3 days. And for a contest if the problem ratings are not yet released, then the list will not include this contest. So please do wait for a few days, it should be appearing soon!

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Amazing site. Thanks.

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

If a problem is showing green in div1.Can the the problem show green in the div2 version as well?

»
3 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

This is Amazing! Good job and keep going!

»
3 года назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

We also have https://cftracker.netlify.app/ with nicer ui.