Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
105 B
1
Indexable
Never
#include <string>
using namespace std;
struct Student {
 string name;
 int group;
 int marks[5];
};