100 atcoder#ABC086B. [ABC086B] 1 21
[ABC086B] 1 21
Score : points
Problem Statement
AtCoDeer the deer has found two positive integers, and . Determine whether the concatenation of and in this order is a square number.
Constraints
- and are integers.
Input
Input is given from Standard Input in the following format:
Output
If the concatenation of and in this order is a square number, print Yes
; otherwise, print No
.
1 21
Yes
As × , it is a square number.
100 100
No
is not a square number.
12 10
No