#include <stdio.h>
int main()
{
    int a;
    float b;
    scanf("%d",Age);
    scanf("%1f"Height);
    printf("%d",Age);
    printf("%1f",Height);
    return0;
    
}