Drawing parallelepipeds

Write a program that reads several triplets of natural numbers b, h and
d, and for each one prints a parallelepiped of base b, height h and
depth d.

Input

Input consists of several triplets of strictly positive natural numbers
b, h and d, with h ≥ d.

Output

For every triplet, print a parallelepiped of base b, height h and depth
d, as it is shown in the example. Print an empty line after each
parallelepiped.

Problem information

Author: Unknown
Translator: Carlos Molina

Generation: 2026-01-25T11:23:36.754Z

© Jutge.org, 2006–2026.
https://jutge.org
