1 solutions

  • 0
    @ 2025-10-31 14:20:52
    #include<iostream>
    using namespace std;
    int main(){
        char a;
        cin>>a;
        char b = a - 32;
        cout<<b<<endl;
        return 0;
    }
    
    • 1

    Information

    ID
    482
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    2
    Tags
    # Submissions
    119
    Accepted
    75
    Uploaded By