Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. struct podre {
  2.     string stanje;
  3.         string slovo;
  4. };
  5.  
  6. queue <podre> red;
  7. queue <podre> red_pom;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement