The boy wants to build a building with height h from stacks of boxes. n is the number of boxes that he already stacked and l is the length of each box.
How many boxes x should the boy stack to reach height h ? And what is the volume v of the building?
h, n, l separated by a whitesapce.
(1 < h, n, l < 1000)
Number of boxes x that should be stacked and the volume v of the building separated by a whitespace.