#P1041. 开方判断

开方判断

Description

Input an integer, if it can be square, output its square value, otherwise output “error”.

Input Format

An integer.

Output Format

Its square value,or “error”.

100
10
-9
error