Building Pyramids

Question

Solution

Idea

This is a basic problem about loops. Only pay attentation to the edge case.

Code

https://github.com/mendax1234/Coding-Problems/blob/main/kattis/pyramids/pyramids.c

Last updated