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