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