#include<stdio.h>
int main()
{
    int age;
    float height;
    printf("%d",&age);
    printf("%d",&height);
    return 0
}