100 atcoder#ABC162A. [ABC162A] Lucky 7
[ABC162A] Lucky 7
Score : points
Problem Statement
Given is a three-digit integer . Does contain the digit ?
If so, print Yes
; otherwise, print No
.
Constraints
Input
Input is given from Standard Input in the following format:
Output
If contains the digit , print Yes
; otherwise, print No
.
117
Yes
contains as its last digit.
123
No
does not contain the digit .
777
Yes