My Snippets
Search Engine
Light Mode
Untitled
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]; };