Perfect Square
Easy📝 Description
Check if a number is a perfect square
Input Format
A single integer
Output Format
"true" if perfect square, "false" otherwise
Constraints
0 ≤ n ≤ 10000
🔍 Sample Input
16
✅ Sample Output
true
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run