eolymp
bolt
Try our new interface for solving problems
Problems

One-digit number

One-digit number

One integer $n$ is given. Print "\textbf{Ok}", if $n$ is one-digit number and "\textbf{No}" otherwise. \InputFile One integer $n$. \OutputFile Print "\textbf{Ok}", if $n$ is one-digit number and "\textbf{No}" otherwise.
Time limit 1 second
Memory limit 128 MiB
Input example #1
7
Output example #1
Ok
Input example #2
-77
Output example #2
No
Author Matviychuk Sergiy
Source "ABC programming"