Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for(int i=0; i<n; i++){
  2. for(int j=i+1; j<n;j++)
  3. compute(arr[i],arr[j]);
  4. }
Add Comment
Please, Sign In to add comment