Run ID:124713
提交时间:2025-07-12 11:33:04
#include<bits/stdc++.h> using namespace std; int main(){ char c; int b; cin>>a; if (c>='A' && c<='Z'){ if(c=='A' || c=='E' || c=='I' || c=='O' || c=='U'){ cout<<"Upper Vowel"; }else{ cout<<"Upper Letter"; } }else{ if(c>='a' && c<='z'){ if(c=='a' || c=='e' || c=='i' || c=='o' || c=='u'){ cout<<"Lower Vowel"; }else{ cout<<"Lower Letter"; } } }else{ if(c<='9' && c>='0'){ cout<<"Digit"; } }else{ cout<<"Other"; } return 0; }