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

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

We invite you to participate in CodeChef’s Starters 160, this Wednesday, 13th November, rated upto 5 stars (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.

The number of problems in each division is as follows :

  • Division 1 : 4 problems + 1 subtask
  • Division 2 : 5 problems + 1 subtask
  • Division 3 : 6 problems + 1 subtask
  • Division 4 : 7 problems + 1 subtask

Good Luck!

UPD 1 : The contest has been postponed for 30minutes and will now start at 8:30 PM IST due to a technical error. We apologize for any conveniences.

UPD 2 : The top $$$5$$$ standings are here. Congratulations to the winners!

  1. Egor
  2. wwwwodddd
  3. potato167
  4. liympanda
  5. flytime
  • Проголосовать: нравится
  • +55
  • Проголосовать: не нравится

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

the contest is delayed by 30minutes

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

You guys always reject every single problem idea I propose without any feedback.

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

how exactly is second character in S an 'a'? lol.

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

Codechef never disappoints in disappointing

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

GuesStarters

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

I gave div 2, the question A felt a bit harder than B and even C!

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

Div 3 B was a good question. I had this approach pruning the unnecessary 'b's out after 'a' to match it with regex b*(a(b*))* and then equating them, but took long time in implementing it.