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

/**************************************************************
	Problem: 1968
	User: fzy001
	Language: C++
	Result: Accepted
	Time:28 ms
	Memory:2072 kb
****************************************************************/