Problem2953--【语言基础】数位提取练习 - 纯奇数数字

2953: 【语言基础】数位提取练习 - 纯奇数数字

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

给定一个整数N(1<= N <=1000000),请判断该整数N是否所有数位上的数字均是奇数,如果是,打印Yes,否则打印No

Sample Input Copy

11359

Sample Output Copy

Yes

Source/Category