1 solutions

  • 0
    @ 2026-8-9 22:25:08
    #include<bits/stdc++.h>
    using namespace std; 
    int main() 
    { 
        char c;
        cin>>c;
        char res=c-32;
        cout<<res<<endl;
    
    }
    
    • 1

    Information

    ID
    3054
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    42
    Accepted
    35
    Uploaded By