Exemple #1
0
void read_names(Name_pairs& a){
	string n;
	cout << "inpur names " << '\n';
	while (cin >> n){
		a.np_n(n);
	}
	cin.clear();
}