6 solutions

  • -1
    @ 2024-9-5 14:55:16
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
        char c;
        scanf("%c",&c);
        if(c>='a'&&c<='z') c=c-'a'+'A';
        printf("%c",c);
        return 0;
    }

    Information

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