[UVA] 12027 - Very Big Perfect Squares
I
- Very Big Perfect Squares
Background
An integer, n,
is called a
perfect square if there is another integer, m, such that n = m x m. Examples of
perfect squares are 1, 4, 9, 16, 25, 36, etc. That is: 1, 22,
32, 42, 52,
62, etc.
The
Pr...