Problem Statement
Given is a three-digit integer NN. Does NN contain the digit 77?
If so, print Yes; otherwise, print No.
Constraints
-
100 \leq N \leq 999100≤N≤999
Input
Input is given from Standard Input in the following format:
NN
Output
If NN contains the digit 77, print Yes; otherwise, print No.