Guest User

Untitled

a guest
Aug 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Using the <pre> tag to put code online
  2. if (left >= right) {
  3. return;
  4. }
  5. swap(v,left,(left+right) / 2);
  6. last = left;
  7. for(i=left+1;i
  8.  
  9. if (a < 10)
  10.  
  11. if (a && b)
Add Comment
Please, Sign In to add comment