1 solutions

  • 0
    @ 2025-12-3 17:42:15

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    char a,b;
    int main()
    {
    	cin>>a>>b;
    	cout<<char(a+32)<<a<<char(b+32)<<b;
    	return 0;
    }
    
    • 1

    Information

    ID
    1013
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    5
    Tags
    # Submissions
    18
    Accepted
    14
    Uploaded By