100 atcoder#ABC077B. [ABC077B] Around Square
[ABC077B] Around Square
Score : points
Problem Statement
Find the largest square number not exceeding . Here, a square number is an integer that can be represented as the square of an integer.
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the largest square number not exceeding .
10
9
is not square, but is. Thus, we print .
81
81
271828182
271821169