#include <bits/stdc++.h>
using namespace std;
int main(){
string s = "hello world 123";
stringstream ss(s);
while (ss >> s) {
cout << s << "\n";
}
}
I2luY2x1ZGUgPGJpdHMvc3RkYysrLmg+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgoKaW50IG1haW4oKXsKc3RyaW5nIHMgPSAiaGVsbG8gd29ybGQgMTIzIjsKc3RyaW5nc3RyZWFtIHNzKHMpOwoKd2hpbGUgKHNzID4+IHMpIHsKICAgIGNvdXQgPDwgcyA8PCAiXG4iOwp9Cn0=