#include<stdio.h>
typedef struct student{
    int id;
    char name[20];
    int value;
}gopi;
int main() {
    int size,ind;
    struct student gopi;
    if(size<0) {
        printf("Invalid input");
        return 0;
    }
    for(itr=0;itr<size;itr++) {
        scanf("%d",&stud[ind].id);
        scanf("%s",stud[ind].name);
        scanf("%d",&stud[ind].value);
    }
    for(itr=0;itr<1;itr++) {
        printf("%d \n",&stud[ind].id);
        printf("%s",&stud[ind].name);
        print("%d \n",&stud[ind].value);
    }
    return 0;
}