#include"stdio.h" int main() { char ch; scanf("%c",&ch); printf("%c\n",ch); return 0; }
176002088 at 2017-09-21 15:10:39