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

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

We invite you to participate in CodeChef’s Starters 102, this Wednesday, 27th September, rated till 6-stars (ie. for users with rating < 2500).

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

Read about the recent judge migration here.

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!

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

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

Text editorial are also for pro users only?

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

Light The Bulb was identical to recent problem from Hackerearth September Circuits. Link

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

What does exactly mean in problem C?

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

    You have to do 2 moves,no more no less even if the strings are equal initially.

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

    Casework: At the position where t[i]!=s[i], we have to definitely apply a single operational and at the position where characters are equal, we can apply no operational or two operations. Consider 1 when t[i]=s[i] otherwise 0. Then count the number of continuous 0 and 1. Let them be c1 and c2 then:

    x=total number of 1 and y=total number of 0

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

Can anyone tell my mistake in this code for " Chef Segment " problem

https://www.codechef.com/viewsolution/1023144006

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

Really enjoyed the problem set today.CHESSELO was so cute.Magnus orz.

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

Loved Parity Permutation.