- 一级测试第二轮
 C
- @ 2023-7-25 13:50:13
 
#include <bits/stdc++.h>
using namespace std;
int main ()
{
    char a;
    cin>>a;
    
       if(a>='0' && a<='9')
    {
       cout<<"yes"<<endl;
     }
       else
     {
       cout<<"no"<<endl;
     }
    return 0;
}
        0 comments
  
  No comments so far...