#include <algorithm>
#include <iterator>
#include <iostream>
using namespace std;
int main()
{
copy(istreambuf_iterator<char>(cin),
istreambuf_iterator<char>(),
ostreambuf_iterator<char>(cout));
return 0;
}
I2luY2x1ZGUgPGFsZ29yaXRobT4KI2luY2x1ZGUgPGl0ZXJhdG9yPgojaW5jbHVkZSA8aW9zdHJlYW0+CnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpCnsKICAgIGNvcHkoaXN0cmVhbWJ1Zl9pdGVyYXRvcjxjaGFyPihjaW4pLAogICAgICAgICBpc3RyZWFtYnVmX2l0ZXJhdG9yPGNoYXI+KCksCiAgICAgICAgIG9zdHJlYW1idWZfaXRlcmF0b3I8Y2hhcj4oY291dCkpOwogICAgcmV0dXJuIDA7Cn0=