Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. N[0] = ‘a’;
  2. N[1] = ‘b’
  3. N[2] = ‘c’
  4.  
  5. W[0][0] = 100
  6. W[0][1] = 17
  7. W[0][2] = 40
  8. W[1][0] = 60
  9. W[1][1] = 100
  10. W[1][2] = 103
  11. W[2][0] = 23
  12. W[2][1] = 29
  13. W[2][2] = 100
  14.  
  15. SW[0] = 12
  16. SW[1] = 19
  17. SW[2] = 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement