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

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

You start with 0 and you have to Find the minimum number of operations to reach 'n'. In one operation you can add or subtract any 2^k to your current number. Where k can be any positive integer.
Constraints:
test cases <200,000;
1 <= | n | <= 1,000,000,000 .

Полный текст и комментарии »

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