Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. static int[,] imageL=
  2. {
  3. {0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
  4. {0, 0, 1, 1, 1, 1, 1, 0, 0, 0 },
  5. {0, 0, 0, 1, 1, 1, 0, 0, 0, 0 },
  6. {0, 0, 0, 1, 1, 1, 0, 0, 0, 0 },
  7. {0, 0, 0, 1, 1, 1, 0, 0, 0, 0 },
  8. {0, 0, 0, 1, 1, 1, 0, 0, 0, 0 },
  9. {0, 0, 0, 1, 1, 1, 0, 0, 0, 0 },
  10. {0, 0, 1, 1, 1, 1, 1, 1, 1, 1 },
  11. {0, 0, 1, 1, 1, 1, 1, 1, 1, 1 },
  12. {0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
  13. };
  14.  
  15.  
  16. static int[,] imageM=
  17. {
  18. {0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
  19. {0, 1, 1, 1, 1, 1, 1, 1, 1, 0 },
  20. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  21. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  22. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  23. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  24. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  25. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  26. {0, 1, 1, 0, 1, 1, 0, 1, 1, 0 },
  27. {0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
  28. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement