C002


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 493M

Problem type

VCT nhập số nguyên \(a, |a|≤10^{14}\). Cho biết \(a\) là số chính phương hay không?

Kết quả xuất: \(YES\) nếu \(a\) là số chính phương ngược lại xuất \(NO\). Số chính phương là bình phương của một số nguyên.

Sample Input

4

Sample Output

YES

Sample Input

6

Sample Output

NO

Comments

There are no comments at the moment.