Given two arrays
a
and
b
, copy all elements that occur in
a
but not in
b
into
result
. Return the size of
result
.