6 solutions

  • -1
    @ 2024-10-26 16:07:13

    #include<bits/stdc++.h> using namespace std; int main() { char c; cin>>c; if(c>='a'&&c<='z') { c=c-'a'+'A'; } cout<<c; return 0; }

    Information

    ID
    18
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    234
    Accepted
    68
    Uploaded By