Untitled

Anonymous
plain_text
04/23/2023 12:01 PM
176 B
23
Indexable
#include <string>
using namespace std;

struct Student {
  string last_name_and_initials;
  int group;
  int marks[5];
};
Editor is loading...