Problems
One-digit number
One-digit number
Integer n is given. Print Ok, if n is one-digit number and No otherwise.
Input data
One integer n.
Output data
Print Ok, if n is one-digit number and No otherwise.
Examples
Input example #1
7
Output example #1
Ok
Input example #2
-77
Output example #2
No