How to write a function that takes reference to a vector and removes even numbers from it.
Sigiloso
I couldn't write O(n) version with iterators and without temporary vector on my own, from unknown reasons recruiters wanted me to write O(n^2) version, but they didn't say it clearly.