#include int main(){ char *str; scanf("%s",str); printf("%s",str); }