This post is all about the solution of the "Packing Books" Starters 63 (Rated till 6-stars) Problem Statement.

Building Race Codechef solution

Codechef 



Problem Statement:

Cook is relocating to a new place!

Sadly, this means he now must pack his belongings in order for them to be moved as well. Cook is currently going to pack his (impressive) collection of books into cardboard boxes.


Cook has XX shelves, every of containing precisely YY books. Each shipping container can hold a large number of ZZ novels. Cook will also make certain that books from distinct shelves are not placed in same box in order to sustain the organisation of the novels.


What is the bare minimum of boxes required to pack all of the books under these conditions?

Format of Input :

The set of test cases will be indicated by a single numeric TT in the first line of input.
Evey testing phase has a single line of input with 3 space-separated integers X, YX, Y, and ZZ: the values mentioned in the statement.

Format of the Output :

For every testing phase, output each integer on a new product: the minimum of cartons required to bundle all the novels.


Also Check this out:-

Avoid Squares Please Starters 63 (Rated till 6-stars) Problem Solution Click Here

Also Read :- Top Programming Languages of 2022 Click Here

Solution of the Problem: Click Here