Competitions
Week 2 Conditionals Part 2
Two-digit number
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