Login
Register
HelloWorld信息学奥赛题库
少儿编程
少儿编程
Contests
Problems
Problem Items
Submissions
//= HTML::url('/hacks') ?>//= UOJLocale::get('hacks') ?>
Blogs
Help
时间限制:1 s
空间限制:256 MB
#12788. 数字判断
Statistics
Statement
Submit
Custom Test
题目描述
输入一个字符,如果输入的是数字,输出yes 否则输出no
输入格式
一个字符
输出格式
yes or no
样例数据
input
5
output
yes
Submit
Run