1 solutions

  • 0
    @ 2025-12-3 17:42:15

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    char a;
    int main()
    {
    	cin>>a;
    	a>='A'&&a<='Z'?cout<<char(a+32):cout<<"WRONG";
       return 0;
    }
    
    
    • 1

    Information

    ID
    1014
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    5
    Tags
    # Submissions
    21
    Accepted
    13
    Uploaded By