#include <stdio.h>

int main(c){
	(c=getchar())-10?main(c):c;
	putchar(c);
	return 0;
}
