Problem Statement
This problem is worth 2 tokens.
Input Format
Your first line of input will contain a single integer (positive) with at most digits.
Sample Cases
Input 1
120398
Output 1
no
Input 2
220199
Output 2
no
Input 3
1293
Output 3
yes
Comments