Блог пользователя Utkarsh.25dec

Автор Utkarsh.25dec, история, 3 года назад, По-английски

We invite you to participate in CodeChef’s Starters 10 this Sunday, 29th August, rated for both division 2 & 3 participants.

Time: 4 PM — 7 PM IST.

Joining me on the problem setting panel are:

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!

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

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

Clashing with AtCoder Beginner Contest 216 :(

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

How come is it that every time starters end up clashing with ABC even though the target audience for both contests are similar. I mean Atcoder hosts ABC every weekend so you should at least check for clash beforehand after it was brought to your notice for the first time.

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

Number of problems in each division? Utkarsh.25dec

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

In Magical Flips Problem i print cout<<cnt<<' '<<ans<<endl; instead of cout<<ans<<' '<<cnt<<endl;

But its magically passed sample. got that after 2 WA and 12 min penalty tho xD

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

the submissions of div2C started increasing so rapidly.:(

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

Div 2 C

Some guy posted a solution in a "famous for cheating telegram group" and the count of submissions rose to 1000+ from 250 in just 15 minutes.

Utkarsh.25dec, nishant403, infinitepro, satyam343 please have a plag check!

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

    Don't worry, plag check is done in every contest.

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

      Utkarsh.25dec, It seems like rating has been updated and my rank is same as before. So basically the plagiarism detector has literally caught 0 people whereas we can easily see that every last minute submissions are exactly same / leaked.

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

        As far as I know, in codechef plag detector is run few days after the contest has ended. So after the plag check ratings might be re-updated

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

          codechef plag detector is run few days after the contest has ended.

          Few years*

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

This person is literally revealing the solution of problem A,B,C of div2 on Youtube

His youtube account

And his codechef ID

Link he give during the contest of problem C and you can easily see that last most of submission of this problem is totally same as in the given link,

Before half hour of contest end my rank is about 700 and suddenly just after 15 minutes my rank was 1500. This is really disgusting. Due to these cheaters our rank does't give confidence to Newbies like me. I hope it will change in future,

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

    By no means there is 100% way to get rid of cheaters.

    The best way to improve is to ignore them and focus on self.

    We definitely try to reduce the cheating measures and hoping that it reduces in future.

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

      We definitely try to reduce the cheating measures

      How?

    • »
      »
      »
      3 года назад, # ^ |
        Проголосовать: нравится 0 Проголосовать: не нравится
      1. How are you trying to reduce cheating?
      2. How can one focus on oneself when one's rank drops by a huge margin? Isn't it really frustrating?

      Kindly give insights on how you currently/plan to tackle these issues.

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

In Div2 D ( Grid Path ) I started of with submitting a recursion+memorization code ( O(n*n*k) ).. but it TLed at one of the testcase [ I also included the snippet to increase stack memory ]

But writing the same logic iteratively, it passed with (0.18 time).. Though i know that recursive+memo is comparatively slow but never knew it was this slow..

Is this the general case or there's something different with codechef testing system only ??

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

problem .Grid Path in div2..how can i approach this?.any hint..