#include int main(){ char ch; scanf("%c",&ch); printf("%c\n",ch); }