Write a function that takes a list of integers and returns the sum of the squares of all even numbers in the list.
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
220
Bot