You are given a number, N, of glasses. Your job is to determine the largest pyramid that can be built with the glasses provided, and then create that pyramid in the output.
A glass is represented in ASCII as follows:
*** * * * * *****
Input
A single integer: N, indicating the number of glasses.