Dev-san

Untitled

Nov 2nd, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. А = {1, {1, 1}}
  2. B = {{x, x}} | x e N, x <= 2
  3. B = {{0, 0}, {1, 1}, {2, 2}}
  4. B-A = {{0, 0}, {2, 2}}
  5. P(B) = {O, {{0, 0}, {1, 1}}, {{0, 0}, {2, 2}}, {{1, 1}, {2, 2}}}
Advertisement
Add Comment
Please, Sign In to add comment