Advertisement
spacerose

Untitled

Sep 19th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. struct Queue
  2. {
  3. int * mass;
  4. int Pop()
  5. {}
  6. void Push(int value){}
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement