#include <iostream> using namespace std; int main() { char zimu; cin>>zimu; cout<<zimu+0; return 0; }