#B3699. Number 62 Checker

    ID: 11358 Type: Default 1000ms 256MiB

Number 62 Checker

Number 62 Checker

Given an integer \(x\), determine if this integer contains the digit sequence \(62\) or if it is divisible by \(62\). Output "Yes" if either condition is satisfied; otherwise, output "No".

inputFormat

The input consists of a single line containing an integer \(x\).

outputFormat

Output "Yes" if the integer contains the digit sequence \(62\) or is divisible by \(62\); otherwise, output "No".

sample

62
Yes