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

Автор gts_47, история, 7 лет назад, По-английски

K is given integer . In code when I take K as an integer it gives wrong answer but in same code when I change data type of K to float it gives correct answer . There is also confusion in problem statement ,efficiency is stated non-integer in the first paragraph and integer in the input paragraph.

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

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

It doesn't matter if you take k as float or int, if you typecast the expressions involved in comparison to float..