I have a txt file like this:
3 5 4 3 6 7 8
and I want to add the first and second value (5+4, 3+6, 7+8), and then enter it in a vector.