#include<stdio.h>
int main()
{
    int Age;
    float Height;
    scanf("%d",&Age);
    scanf("%f",Height);
    printf("Age: %d years\n",A);
    printf("Height: %.1f cm\n",B);
    return 0;
}