eolymp
Competitions

Week 2 Conditionals Part 2

Two-digit number

Time limit 1 second
Memory limit 128 MiB

Integer n is given. Print Ok, if n is two-digit number and No otherwise.

Input data

One integer n.

Output data

Print Ok, if n is two-digit number and No otherwise.

Examples

Input example #1
17
Output example #1
Ok
Input example #2
-123
Output example #2
No
Author Matviychuk Sergiy
Source "ABC programming"