Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. struct stan
  2. {
  3. vector<vector<int> > plansza;
  4. int puste;
  5. int waga;
  6. pair<int,int> ost_ruch;
  7. stan *pot;
  8. };
Add Comment
Please, Sign In to add comment