5 solutions

  • 0
    @ 8 months ago

    #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
    21
    Accepted
    13
    Uploaded By