Advertisement
szubert

Untitled

Mar 23rd, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.44 KB | None | 0 0
  1. #include <stdio.h>
  2. #include "primlib.h"
  3.  
  4. #define TEXT_COORDINATE 5
  5. #define NUMBER_OF_RINGS 3
  6. #define BIG 3
  7. #define MEDIUM 2
  8. #define SMALL 1
  9. #define NUMBER_OF_RINGS 3
  10. #define NUMBER_OF_TOWERS 3
  11. #define WIDTH_OF_RING screenWidth()
  12.  
  13. int main() {
  14.     if( initGraph() ) {
  15.         exit(3);
  16.     }
  17.  
  18.     int arr[NUMBER_OF_TOWERS][NUMBER_OF_RINGS];
  19.     for(i = 0; i < NUMBER_OF_RINGS; i++) {
  20.         arr[0][NUMBER_OF_RINGS-i];
  21.     }
  22.  
  23.  
  24.  
  25.  
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement