Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. for (i = 0;j < data[3]->nbrSolutions;i++) {
  2. for (j = 0;j < data[2]->nbrSolutions;j++) {
  3. for (k = 0;j < data[1]->nbrSolutions;k++) {
  4. for (l = 0;j < data[0]->nbrSolutions;l++) {
  5. add_new(data[3]->solutions[i]
  6. ,data[2]->solutions[j]
  7. ,data[1]->solutions[k]
  8. ,data[0]->solutions[l]
  9. );
  10. }
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement