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