2 solutions

  • 1
    @ 2024-12-17 20:29:42
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	char a;
    	cin>>a;
    	int t=a;
    	cout<<t;
    	return 0;
    }
    
    • 1
      @ 2024-10-19 15:06:59

      #include<bits/stdc++.h> using namespace std; int main() { char a; cin>>a; int t=a; cout<<t; return 0; }#

      • 1

      Information

      ID
      848
      Time
      1000ms
      Memory
      256MiB
      Difficulty
      2
      Tags
      (None)
      # Submissions
      157
      Accepted
      73
      Uploaded By