Untitled

 avatar
unknown
plain_text
2 years ago
105 B
5
Indexable
#include <string>
using namespace std;
struct Student {
 string name;
 int group;
 int marks[5];
};
Editor is loading...