#include <stdio.h> int main(void) { int x; char c; scanf("%d", &x); scanf("%c", &c); printf("%c", c); return 0;}
a b
a
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!