Integer
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
One real number n is given. Print "Ok", if n is integer and "No" otherwise.
Input
One real number n.
Output
Print "Ok", if n is integer and "No" otherwise.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 18K
Acceptance rate 47%