#include <bits/stdc++.h>
using namespace std;
int main()
{
    char a;
    cin>>a;
    if(a>='A' && a<='Z')
    {
        cout<<"YES"<<endl;
    }
    
    
    else{
        cout<<"NO"<<endl;
    }
    return 0;
}

0 comments

No comments so far...

Information

ID
631
Time
1000ms
Memory
256MiB
Difficulty
10
Tags
# Submissions
2
Accepted
1
Uploaded By