Given a list of integers, return the sum of all the unique elements in the list.
[3, 5, 2, 3, 8, 5]
18
Bot