1059 数字字串


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 32M

Problem types
Allowed languages
C, C++, Java, Python

Description

输入一些字串,判断其是否为数字字串。

Sample

Input

120D3
012

Output

No
Yes

Comments

There are no comments at the moment.