#include <stdio.h>

int main() {
    char a[23];
    scanf("%s",a);
    fgets(a,size of(a),stdin);
    printf("%s",a);
}