#include<stdio.h>
int main(){
    int a;
    float h;
    scanf("%d %f",&a,&h);
    printf("Age:"%d\n"",a);
    printf("Height:"%f"",h);
}