#include<stdio.h>
struct Patient {
    char name[100];
    int age;
    float height;
};
void display(struct patient p) {
    if (p.age < 0) {
        printf("Invalid input");
        return ;
    }
    printf("Name: %s\n", p.name);
    printf("Age:" %d\n", p.age);
    printf("Height: %.of feet\n", p.height* 100);
}
int main() {
    struct Patient p;
    fgets(p.name, 100, stdin);
    scanf("%d", &p.age);
    scanf("%f", &p.height);
    display(p);
    return 0;
}