#include #include int main() { int ch; ch = getchar(); putchar(ch); exit(0); }