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