Advertisement
dllbridge

Untitled

Oct 30th, 2020 (edited)
1,971
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.83 KB | None | 0 0
  1.  
  2.  
  3. #include   <stdio.h>
  4.  
  5.  
  6.  
  7.  
  8. int s = 1,f = 1000,g ;
  9.  
  10.  
  11.  
  12. // To view the contents of the "Transit[][]" int-array, open the program in the "C:\dllBridge\Unimons.exe" folder.
  13. ////////////////////////////////////////////////////
  14. int main()                                        //
  15. {
  16.  printf("%d = +%d \n",s,f = 1000);
  17.  s++;  
  18.  printf("%d = +%d    = %d\n",s,f = 1000 - 55,g  = 1000 + 945);
  19.  s++;
  20.  printf("%d = +%d    = %d\n",s,f = 1000 - 110,g = 1945 + 890);
  21.  s++;
  22.  printf("%d = +%d    = %d\n",s,f = 1000 - 165,g = 2835 + 835);
  23.  s++;
  24.  printf("%d = +%d    = %d\n",s,f = 1000 - 220,g = 3670 + 780);
  25.  s++;
  26.  printf("%d = +%d    = %d\n",s,f = 1000 - 275,g = 4450 + 725);
  27.  s++;
  28.  printf("%d = +%d    = %d\n",s,f = 1000 - 330,g = 5175 + 670);
  29.  s++;
  30.  printf("%d = +%d   = %d\n",s,f = 1000,g = 5845 + 1000);
  31.  
  32.    
  33.    
  34. }
  35.  
  36.  
  37.  
  38.  
  39.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement