Untitled

Anonymous
plain_text
04/22/2023 9:07 PM
140 B
21
Indexable
#include <string>
using namespace std;
struct Student {
 string name;
 int group;
 int marks[5];
};
Editor is loading...