6 solutions

  • -3
    @ 2024-5-6 16:58:30

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

    Information

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