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