What do you mean vector + vector means? Should it add respective values together? Should it push values of second vector after first? As those questions cannot be answered undoubtebly, there is no + operator for vectors. You need to do what you want manually.
What does it means to output vector? Should every value be output on the same line? Separate lines? Should values be separated by comma? Semicolon? Tab? Exclamation mark? For those reasons, you need to output vector yourself as you need.