1 solutions

  • 1
    @ 2025-3-22 15:42:02
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	char s;
    	cin>>s;
    	char c=s-'A'+'a';
    	cout<<c;
    	return 0;
    }
    • 1

    Information

    ID
    647
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    1
    Tags
    # Submissions
    42
    Accepted
    23
    Uploaded By