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

Автор IceKnight1093, 14 месяцев назад, По-английски

We invite you to participate in CodeChef’s Starters 196, this Wednesday, 23rd July, rated for 5 star (i.e. for users with rating < 2200).

Time: 8:00 PM — 10:00 PM IST

Joining us on the problem setting panel are:

Written editorials will be available for all on discuss.codechef.com. Pro users can find the editorials directly on the problem pages after the contest. The video editorials of the problems will be available only to Pro users.

Also, if you have some original and engaging problem ideas, and you’re interested in them being used in CodeChef's contests, you can share them here.

Hope to see you participating.
Good luck!

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

»
14 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

I am the only one who feels Beauty in everything(DIV2C) is quite tough??how come this many participants able to get this?it took almost 70-80 minutes of my contest time to get AC

»
14 месяцев назад, скрыть # |
Rev. 7  
Проголосовать: нравится 0 Проголосовать: не нравится

Div1 C: My idea: DP problems can be solved by matrices (similar to matrix expo), so maintained segment tree of matrices , and stored product of matrices for each node.

Div1 D: I fixed last 3 numbers, K,X,Y where gcd(K,Y) > gcd(X,Y) and just random shuffled rest all numbers (100 trails), luckily it passed.

Div1 E: I misunderstood the whole problem, I thought operation was to cyclic shift a (unsorted) subarray left / right.

Thanks for the contest, Good problems :)