Kirill020708's blog

By Kirill020708, 4 years ago, translation, In English

Hello, Codeforces! We with abs0lute invite you to Contest, which will take place at May/21/2022 17:35 (Moscow time). We invite everyone. The contest will be not rated. The competition will be held according to ICPC rules. There will be 11 tasks in total. The contest will be of most interest to experts or below. But we invite purple and above to participate. The contest will be in this group.

Tasks have been prepared by abs0lute, Kirill020708, onlytrall

Statements will be in English and Russian

Thanks for preparing the contest to the following people:

  1. Testers: valerikk, Sokol080808, adepteXiao, makrav, onlytrall, Splatjov, tar-tar_enjoyer, MrDlop, akatevsw.
  2. Special thanks to onlytrall for test generators.
  3. abs0lute for rejecting a large number of tasks.

Also many thanks to MikeMirzayanov for the Polygon and Codeforces systems!

Good luck!

UPD. The contest will be for 2 hours

  • Vote: I like it
  • +45
  • Vote: I do not like it

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

lol can we register in teams?

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

i hope it will be a good practice for me , i'm getting ready for my icpc local qualification....

»
4 years ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Please make the solutions public. I wanna see other's implementation for problems i couldn't solve.

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

In Problem $$$J$$$ I wrote Dijkstra with set and found $$$min \; x$$$ such that $$$x - x / m =d$$$ using binary search, but I get TL. How to do it faster?

  • »
    »
    4 years ago, hide # ^ |
    Rev. 6  
    Vote: I like it +4 Vote: I do not like it

    Your solution didn't TL on some large tests, may be problem in infinite loop (also we opened tests)

    There solution with formula for searching min x in $$$O(1)$$$: 157928657

    Code
»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Numbertheory forces T_T, But the problems were good.

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Last 3 problems are interesting .. saved!