Advertisement
dllbridge

Untitled

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