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