#include<bits/stdc++.h>
using
namespace
std;
int
main()
{
n;
char
ch;
cout<<
"ASCII码:"
;
cin>>n;
ch=(
)n;
"ASCII对应的字符:"
<<ch<<endl;
return
0;
}