Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class County{
  2. public:
  3. County(string nazwa_powiatu,const &City ):
  4. miasta_w_powiat()
  5. { miasta_w_powiat.insert(nazwa_powiatu,City)};
  6. map<string,City> miasta_w_powiat;
  7. ~County()=default;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement