In this code,
vector input; int n; do { cin >> n; input.emplace_back(n); } while(cin.get() != \'\\n\'); for(auto c: input) cout <