eolymp
Problems

One-digit number

One-digit number

Time limit 1 second
Memory limit 128 MiB

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
Author Matviychuk Sergiy
Source "ABC programming"