- 历届试题 带分数
第三轮3
- 2023-7-25 16:31:57 @
#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