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

Автор 244mhq, история, 4 года назад, По-английски

This time contest admin is newbie, so it will be a little bit easier than usual :)

We invite you to participate in CodeChef’s December Lunchtime, this Saturday, 25th December, rated for all.

Time: 8:00 PM — 11:00 PM IST

The video editorials of the problems will be available on our YouTube channel as soon as the contest ends. Subscribe to get notifications about our new editorials.

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!

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

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

What about October Amazon pay vouchers

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

Contest to begin in less than 15 minutes.

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

I don't know why the problem "Optimal Sorting" turned out to be very hard for me to figure out. Spent around 2 hours on solving it!

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

Feels great to fully solve more that 1/2 problems for a change.
Thanks for the wonderful contest.
Adding an easier problem in div 1 was a nice touch. I hope Codechef continues it.

»
4 года назад, скрыть # |
 
Проголосовать: нравится -31 Проголосовать: не нравится

Nice balanced contest for div-1. Thank you.

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

How do you solve Div. 1 C? I've only got solution for A=1, but I guess that gives no hints. :P

»
4 года назад, скрыть # |
 
Проголосовать: нравится -16 Проголосовать: не нравится

Good Problems. Liked the Contest.

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

isn't MNULS's testcase too weak?

the greedy solution: go to the largest B. once B = A + k, it'll be that all the way.

will pass the test, but 5340 93 can hack this solution. (correct:61, greedy:62)

»
4 года назад, скрыть # |
Rev. 2  
Проголосовать: нравится -12 Проголосовать: не нравится

No one has sent a normal solution for last problems behind O(k^2loglog) :/

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

how to do NOL_LESS? My n*sqrt*log solution with fft passes in 0.69/2seconds. But I hope you have a solution with adequate complexity.

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

How to solve Sleep Technique ?

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

How to solve Optimal Sorting ?

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

    Simple algorithm

    Short code
    • »
      »
      »
      4 года назад, скрыть # ^ |
       
      Проголосовать: нравится -8 Проголосовать: не нравится

      Can you explain your logic for once?

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

        Find the last position of every value in the sorted array then till the current index of that value in unsorted array is less than that original position we have to make at least a single operation to sort that subarray from I to that last position in between the way to that position check for other elements last position and update the current last position and finally when you reach the final last abort and. Do the operation.

        It will always give you minimum no matter what is the order of array

»
4 года назад, скрыть # |
 
Проголосовать: нравится -26 Проголосовать: не нравится

Greatly balanced contest!!

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

I guess the test cases for OPTSORT are weak. My Solution which is supposed to give TLE on large test cases, passed.

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

are there prizes in this contest (for top 100 div-1 participants) ?

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

This account and This have rankings 200 and 201 and their codes are exact same for all problems . They did the same in earlier CookOff . Activities like this take down the credibility of ratings .

»
4 года назад, скрыть # |
 
Проголосовать: нравится -14 Проголосовать: не нравится

"Sleep Technique" looks like combining 2 very standard problems.I wonder how it got approved by CodeChef admin