My Snippets
My Collections
Search Engine
Pricing
Untitled
unknown
plain_text
2 years ago
105 B
1
Indexable
#include <string> using namespace std; struct Student { string name; int group; int marks[5]; };