Guest User

Untitled

a guest
Oct 18th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ...
  2. #define CUBE_DIMENSION 3
  3. #define NUM_SIDES 6
  4.  
  5. typedef int[CUBE_DIMENSION][CUBE_DIMENSION] Side;
  6. typedef Side[NUM_SIDES] Cube;
  7. typedef int[CUBE_DIMENSION] Row, Column;
  8. ...
Add Comment
Please, Sign In to add comment