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

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

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
  • Проголосовать: не нравится

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

Clashing with AtCoder Beginner Contest 216 :(

»
5 лет назад, скрыть # |
 
Проголосовать: нравится +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.

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

Number of problems in each division? Utkarsh.25dec

»
5 лет назад, скрыть # |
 
Проголосовать: нравится -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

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

the submissions of div2C started increasing so rapidly.:(

»
5 лет назад, скрыть # |
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!

»
5 лет назад, скрыть # |
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,

»
5 лет назад, скрыть # |
 
Проголосовать: нравится +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 ??

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

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