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

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

Last Div — 2 -1001 , in problem C , in C++ my code was wrong at test case 2, but after that i used java , it was accepted . is there any reason?

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

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

I guess that's because you reverse the array always in C++ and only if the first element is bigger than the last in the Java.

(If i'm wrong, sorry, i haven't read the problem)

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

    ok, thank for sharing your knowledge. I am trying to find the reason, i will let u know .