2 solutions

  • 0
    @ 2026-8-9 21:36:55
    #include<bits/stdc++.h>
    using namespace std; 
    int main() 
    { char W;
      cin>>W; 
      char s=W-'A'+'a'; 
      cout<<s;
    
    }
    • 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
      53
      Accepted
      35
      Uploaded By