Sanady

Untitled

Mar 13th, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. int deployment_grid[GRID_SIZE][GRID_SIZE] = {
  2. { 1, 0, 0, 0, 1, 1, 1, 0, 0, 0},
  3. { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0},
  4. { 1, 0, 1, 0, 1, 1, 1, 1, 1, 0},
  5. { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0},
  6. { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0},
  7. { 1, 0, 0, 0, 0, 0, 1, 1, 0, 0},
  8. { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0},
  9. { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0},
  10. { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0},
  11. { 1, 0, 0, 1, 0, 0, 0, 0, 0, 1},
  12. };
Advertisement
Add Comment
Please, Sign In to add comment