Pricing
Learn
Code
Deploy
More
Character
84
10 months ago by
Harsh Raj 01
#include <iostream>
using namespace std;
int main ()
{
int ab;
cin>>ab;
cout<<(char)ab;
return 0;
}