Problem1549--标记---找数字3

1549: 标记---找数字3

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 206  Solved: 140
[Status] [Submit] [Creator:]

Description

输入一个数字n,判断它的数位上是否存在数字3

Input

一个正整数n(n在int范围内)

Output

存在数字3,输出yes
否则输出no

Sample Input Copy

38537

Sample Output Copy

yes

Source/Category