eolymp
bolt
Try our new interface for solving problems
Problems

Two-digit number

Two-digit number

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