#include <iostream>
int main() {
std::string line;
while ( getline( std::cin, line ) ) {
if ( ! line.empty() ) {
std::cout << line << '\n';
}
}
}
I2luY2x1ZGUgPGlvc3RyZWFtPgoKaW50IG1haW4oKSB7CgpzdGQ6OnN0cmluZyBsaW5lOwp3aGlsZSAoIGdldGxpbmUoIHN0ZDo6Y2luLCBsaW5lICkgKSB7CiAgICBpZiAoICEgbGluZS5lbXB0eSgpICkgewogICAgICAgIHN0ZDo6Y291dCA8PCBsaW5lIDw8ICdcbic7CiAgICB9Cn0KCn0=