Given two arrays
a
and
b
, remove all elements of
b
from
a
. Return the new size of
a
.