#include<stdio.h>
int main()
{
    int Age;
    float Height;
    scanf("%d",&Age);
    scanf("%f",&Float);
    printf("Age:%d",Age);
    
}