1 solutions

  • 0
    @ 2026-3-21 20:49:05

    #include<bits/stdc++.h> using namespace std; int main() { char W; cin>>W; char s=W-'A'+'a'; cout<<s;

    }

    • 1

    Information

    ID
    3053
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    (None)
    # Submissions
    40
    Accepted
    27
    Uploaded By