Write a function to check whether given number is perfect square?
Login to Submit
Input: 1 Output: true Input: 5 Output: false Input: 64 Output: true