#include <stdio.h>
void main (void)
{
int kar;
if ((kar=getchar())!='\n')
main();
putchar(kar);
}
//Arkadaşlar hatam nerede kod çalışmıyor??