1
0
已采纳
0
0
0
0
0
0
#include<iostream>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<(char)a<<endl;
return 0;
}
0
0
