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