#include <stdio.h>

struct student {
    int roll;
    char name[50];
    float marks;
};

struct Student student [ 100];