Problem2102--包含数字4的奇数

2102: 包含数字4的奇数

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

Description

输入一个正整数,若其各位数字中有数字4出现,且该整数为奇数,那么输出:yes,否则输出:no

Input

输入一行,一个整数n,(n<=100000

Output

输出一行,若n的各位数字中有数字4出现,且该整数为奇数,那么输出:yes,否则输出:no

Sample Input Copy

141

Sample Output Copy

yes

Source/Category

 level1