5 solutions

  • 0
    @ 2024-9-28 20:09:14

    #include <bits/stdc++.h> using namespace std; int main() { char a; scanf("%c",&a); a=a-'a'+'A'; printf("%c",a); }

    Information

    ID
    133
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    19
    Accepted
    12
    Uploaded By