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