Facebook
From Morose Owl, 9 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 417
  1. int Tab [4][3][2] = {
  2. {{0,0},{0,0},{0,0}},
  3. {{0,0},{0,0},{0,0}},
  4. {{0,0},{0,0},{0,0}},
  5. {{0,0},{0,0},{0,0}}
  6. }