Guest User

Untitled

a guest
Jan 21st, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. IntSet s = new IntSet( );
  2. IntSet t = new IntSet( );
  3. if (s.equals(t)) ...;
  4. else ...
Add Comment
Please, Sign In to add comment