#include <iterator>
#include <iostream>
#include <vector>
using namespace std;
int main() {
const vector<int> a{ istream_iterator<int>{ cin }, istream_iterator<int>{} };
for(const auto& i : a) cout << i << ' ';
}
I2luY2x1ZGUgPGl0ZXJhdG9yPgojaW5jbHVkZSA8aW9zdHJlYW0+CiNpbmNsdWRlIDx2ZWN0b3I+Cgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CiAgICBjb25zdCB2ZWN0b3I8aW50PiBheyBpc3RyZWFtX2l0ZXJhdG9yPGludD57IGNpbiB9LCBpc3RyZWFtX2l0ZXJhdG9yPGludD57fSB9OwogICAgCiAgICBmb3IoY29uc3QgYXV0byYgaSA6IGEpIGNvdXQgPDwgaSA8PCAnICc7Cn0=