Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int s = 1,f = 1000,g ;
- // To view the contents of the "Transit[][]" int-array, open the program in the "C:\dllBridge\Unimons.exe" folder.
- ////////////////////////////////////////////////////
- int main() //
- {
- printf("%d = +%d \n",s,f = 1000);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 55,g = 1000 + 945);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 110,g = 1945 + 890);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 165,g = 2835 + 835);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 220,g = 3670 + 780);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 275,g = 4450 + 725);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 330,g = 5175 + 670);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000,g = 5845 + 1000);
- s++;
- printf("%d = +%d = %d\n",s,f = 1000 - 55,g = 945 + 6845);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement