Guest User

Untitled

a guest
Jun 4th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. for(int k = 0; k<ilosc;k++)
  3. {
  4. for(int j = 1; j<ilosc;j++)
  5. {
  6. if(tab[k]==ta[j])
  7. {
  8. ta[j] = 0;
  9. }
  10.  
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment