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

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

in this contest my people's code give answer different and wrong answer on testcase

1 8 ((_())))

as per me correct answer is : output: 16

explaination : (((())))

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

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

you miss read the question; all odd positions are must be '_' (assuming 1 based indexing)

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

Is your test case valid?

Statement

Your test case should be _ ( _ ( _ )_ )

Solution = ( ( ) ( ) ) ( )

Cost =5+1+1+1