Given a natural number N, print 1 if it is perfect square else 0.
Input:
The first line of input contains an integer T denoting the number of test cases. For each test case there will be single line containing N, where N is the number to be checked whether perfect square or not.
Output:
1 if it is perfect square else 0
Constraints:
1 <= T <= 30
1 <= N <= 105
Example:
Input:
3
100
10
125
Output:
1
0
0
If you have purchased any course from GeeksforGeeks then please ask your doubt on course discussion forum. You will get quick replies from GFG Moderators there.
bruceewayne | 175 |
manvirag982 | 158 |
Core_Ka_Bachha | 137 |
yash_sharan | 136 |
rajupraaa1234 | 133 |
mr_kksparrow | 433 |
manvirag982 | 374 |
rajupraaa1234 | 268 |
Exception_404 | 254 |
PranathiBhuvanagiri | 242 |
blackshadows | 5331 |
Ibrahim Nash | 5219 |
akhayrutdinov | 5111 |
mb1973 | 4929 |
Quandray | 4567 |