6 solutions

  • -5
    @ 2024-5-5 11:57:55

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

    Information

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