#include <stdio.h>

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