I need to write a function that removes the received element from a vector. I think the way to do this is to parse the vector and compare the iterator with the reference passed. The problem is that I cannot compare the type iterator with type object reference...I need to write a function that removes the rec