Олимпиадный тренинг

Задача 44578. Fast multiplication


Задача

Темы: Битовые операции
Numbers a and b are given. Without using the operations *///% calculate them work.
 

Input

Given two numbers a and b.


Output

Print the product of numbers a and b.

 

Examples
# Input Output
1 5 2 10

Запрещенные операторы:*;/;%