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