Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program to input an integer ~n~. Check if ~n~ is a perfect square or not.
(A perfect square is the square of an integer, for example ~16=4^2~).
Input
- One integer number ~n~ ~(n ≤ 10^{18})~.
Output
- Print YES if ~n~ is a perfect square, otherwise print NO.
Sample Input
16
Sample Output
YES
Bình luận