#include <string> using namespace std; struct Student { string last_name_and_initials; int group; int marks[5]; };