-->
当前位置:首页 > 题库

PROGRAMMING:Square judgment

Luz5年前 (2021-05-10)题库343
Judge whether a number is square.
###Input format:
Enter an integer t.
###Output format:
If the number is square, output yes, otherwise output No.
###Input example:
Here is a set of inputs. For example:
```in
nine
sixteen
twenty
```
###Output example:
The corresponding output is given here. For example:
```out
Yes
Yes
No
```







answer:If there is no answer, please comment