#abc073a. [abc073_a]September 9
[abc073_a]September 9
Problem Statement
It is September in Japan now.
You are given a two-digit integer . Answer the question: Is contained in the decimal notation of ?
Constraints
Input
Input is given from Standard Input in the following format:
Output
If is contained in the decimal notation of , print Yes
; if not, print No
.
Sample Input 1
29
Sample Output 1
Yes
The one's digit of is .
Sample Input 2
72
Sample Output 2
No
does not contain .
Sample Input 3
91
Sample Output 3
Yes