View Solution

Glorious Failure: Solution Not Robust

solve a puzzle for a specific set of inputs, while still failing with other possible inputs

Glorious Failure: Solution Not Robust0
JohnCabooseJohnCaboose4,922
Locked 05 Nov 2015 05 Nov 2015
1 0 1
On stage 7 Zero Extermination you are tasked to put all non-zero values from the inbox into the outbox. This one doesn't really have a simple "copy and paste my code" solution but it is still easy to get. What you need to do is look at your own specific inputs and construct a program that follows my instructions.

http://images.akamai.steamusercontent.com/ugc/58357415873229...

Go through each inbox value you have and if it is a zero you add an inbox command, if it is not zero you add an inbox and an outbox command. Here is how you build the example I made above.
8 - Inbox Outbox
0 - Inbox
9 - Inbox Outbox
F - Inbox Outbox
0 - Inbox
0 - Inbox
-1 - Inbox Outbox
ZalshaActually, it always has the same form, so you can totally just copy/paste:

INBOX
OUTBOX
INBOX
INBOX
OUTBOX
INBOX
OUTBOX
INBOX
INBOX
INBOX
OUTBOX
Posted by Zalsha on 14 Feb 17 at 00:02
Hide ads