Advertisement
Amr1998

Untitled

Apr 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ;
  2. for(int i : c)
  3. {
  4. if(i==tmp->info)
  5. flag =true;
  6. }
  7. if (flag==false)
  8. // c.push_back(tmp->info);
  9. c->addtohead(tmp->info);
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement