Guest User

Untitled

a guest
Jan 9th, 2020
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for (int j = 1; j <= 2*length-3; j++){
  2. if (j < length){
  3. k.insert(make_pair(first + j, second + j));
  4. }
  5. else{
  6. k.insert(make_pair(????));
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment