#include<stdio.h>
#include<ctype.h>
int main(){
    char c[100];
    fgets(a,sizeof(a),stdin);
    printf("%s",a);
}