OneCompiler

Character

84

#include <iostream>
using namespace std;

int main ()
{
int ab;
cin>>ab;
cout<<(char)ab;
return 0;
}