Processing math: 100%
Square number - MarisaOJ: Marisa Online Judge

Square number

Time limit: 1000 ms
Memory limit: 256 MB
You are given a integer a. Determine whether or not a is a square number. ### Input - An integer a. ### Output - Print YES if a is a square number, NO otherwise. ### Constraints - (1≤a≤1018). ### Example Input: 16 Output: YES