1 2 3 4 5 6 7 8 | #include <iostream> #include <string> int main() { std::string s; while(std::getline(std::cin, s)) std::cout << s << "\n"; } |
I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3RyaW5nPgoKaW50IG1haW4oKSB7CiAgc3RkOjpzdHJpbmcgczsKICB3aGlsZShzdGQ6OmdldGxpbmUoc3RkOjpjaW4sIHMpKQogICAgc3RkOjpjb3V0IDw8IHMgPDwgIlxuIjsKfQ==
-
upload with new input
-
result: Success time: 0s memory: 2860 kB returned value: 0
Hello, this is a test. This is only a test. Goodbye.
Hello, this is a test. This is only a test. Goodbye.


