1 solutions

  • 1
    @ 2025-8-18 15:36:32
    #include<bits/stdc++.h>
    using namespace std;
    char n;
    int main(){
    	cin>>n;
    	if(n>='A'&&n<='Z'){
    		cout<<"upper case";
    	}else{
    		cout<<"lower case";
    	}
    	
    	return 0;
    }
    
    • 1

    Information

    ID
    15
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    271
    Accepted
    88
    Uploaded By