#include<stdio.h>
int main();
{
    float a,b;
    scanf("%a");
    scanf("%b");
    printf("%a\n");
    printf("%b\n");
    return 0;
}