13979 - we stack boxes   

Description

There are n  boxes with length of each.

Jake wanted to stack the boxes into a tall tall tower.

Help him calculate the height of the tower h.

Input

Two integers n and l  seperated by a blank

(1 < nl < 1000) 

Output

The height h. (No need to use '\n')

Sample Input  Download

Sample Output  Download

Tags




Discuss