fork download
  1. #include <bits/stdc++.h>
  2. //#define int long long
  3. using namespace std;
  4.  
  5. signed main()
  6. {
  7. ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);
  8. char a;
  9. cin >> a;
  10.  
  11.  
  12.  
  13.  
  14. cout << char(a-31) <<endl;
  15.  
  16.  
  17. }
Success #stdin #stdout 0s 5284KB
stdin
a
stdout
B