#include<stdio.h>
int main()
{char c
c=getchar()
for(;(c=getchar())!='\n'
printf("%c",c);
return 0;
}