#ifndef PROG1_H #define PROG1_H #include <iostream> using namespace std; struct Name { string one; string two; string three; }; #endif //PROG1_H