bolo17

Untitled

May 9th, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <stdlib.h>
  2. <string.h>
  3.  
  4. 1510853952 source:d:\pp\ex3 bun dar nu merge\main.c
  5. <stdio.h>
  6. <stdlib.h>
  7. <string.h>
  8.  
  9. 1510853094 source:c:\users\utilizator\desktop\ex3 bun dar nu merge\main.c
  10. <stdio.h>
  11. <stdlib.h>
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14.  
  15. unsigned ZigZag(unsigned n, unsigned i, unsigned j, unsigned pivot, unsigned lung) {
  16. if (lung) {
  17. n = n - ((2 * (i > lung) + (j > lung) ) * pivot);
  18. if (i > lung ) i -= lung;
  19. if (j > lung ) j -= lung;
  20. download link:http://gestyy.com/e0v617
Add Comment
Please, Sign In to add comment