Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int deployment_grid[GRID_SIZE][GRID_SIZE] = {
- { 1, 0, 0, 0, 1, 1, 1, 0, 0, 0},
- { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0},
- { 1, 0, 1, 0, 1, 1, 1, 1, 1, 0},
- { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0},
- { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0},
- { 1, 0, 0, 0, 0, 0, 1, 1, 0, 0},
- { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0},
- { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0},
- { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0},
- { 1, 0, 0, 1, 0, 0, 0, 0, 0, 1},
- };
Advertisement
Add Comment
Please, Sign In to add comment