1 2 3 4 5 6 7 8 9 10 11 12 | #include <stdio.h> int main(void) { if (!stdin || (stdin = 0, main())) printf("hello"); else printf("world"); return 0; } |
I2luY2x1ZGUgPHN0ZGlvLmg+CgppbnQKbWFpbih2b2lkKQp7CiAgaWYgKCFzdGRpbiB8fCAoc3RkaW4gPSAwLCBtYWluKCkpKQogICAgcHJpbnRmKCJoZWxsbyIpOwogIGVsc2UKICAgIHByaW50Zigid29ybGQiKTsKICByZXR1cm4gMDsKfQo=
-
upload with new input
-
result: Success time: 0.01s memory: 1720 kB returned value: 0
helloworld


