$description="In der Inbox hat es einige Boxen mit Zahlen, welche in die Outbox verschoben werden sollen.<br>".
"Schreibe ein Programm, welches das für dich macht!<br>".
"Du brauchst dazu nur die Befehle <span class=\"inbox cmd\">INBOX</span>, <span class=\"inbox cmd\">OUTBOX</span>, ".
"<span class=\"jump cmd\">JUMP</span> sowie das dazu passende Ziel <span class=\"jumpdst cmd\"><ZIEL>:</span>.<br>".
"Du hast 4 Daten-Register zur Verfügung (nummeriert von 0 bis 3), brauchst aber eigentlich keins.<br>".
"Du musst dir auch keine Gedanken darüber machen, wann die Aufgabe erledigt ist. Das Programm wird automatisch beendet, wenn die Outbox korrekt gefüllt ist.";
"inbox_size"=>6,//elements in inbox, use even number!
"show_outbox_as_coordinate"=>false,// only last level should set this to true
"max_allowed_instruction"=>3,// counting only true instructions, no comments, labels or empty lines
"max_allowed_steps"=>17,// counting only true instructions, no comments, labels or empty lines
"hand"=>"",// content of the hand, single value
"data_registers"=>array("","","",""),// content of the 4 data registers
"passcode_for_next_level"=>20685401,// passcode for next level
"reward"=>"Herzliche Gratulation!<br>Du darfst zum <a href=\"editor.php?level=2&passcode=20685401\">nächsten Level</a> weiter. Der Passcode ist 20685401.",// shown text if level successes
"test_runs"=>1000,// test runs to check if the program works with any input data
"inbox_preparation_function"=>"level_1_prepare_inbox",// function name of function to prepare inbox
"reference_program"=>"level_1_reference_program"// function name of the reference program
$description="Nimm jeweils nacheinander zwei Boxen aus der Inbox. Sortiere sie der Reihe nach und lege zuerst die Grössere, danach die Kleinere in die Outbox.<br>".
"Tipp: Verwende die Daten-Register, um eine Box zwischenzulagern, Du hast total 4 Daten-Register zur Verfügung (nummeriert von 0 bis 3).";
"inbox_size"=>8,//elements in inbox, use even number!
"show_outbox_as_coordinate"=>false,// only last level should set this to true
"max_allowed_instruction"=>16,// counting only true instructions, no comments, labels or empty lines
"max_allowed_steps"=>43,// counting only true instructions, no comments, labels or empty lines
"hand"=>"",// content of the hand, single value
"data_registers"=>array("","","",""),// content of the 4 data registers
"passcode_for_next_level"=>301861,// passcode for next level
"reward"=>"Herzliche Gratulation!<br>Du darfst zum <a href=\"editor.php?level=3&passcode=301861\">nächsten Level</a> weiter. Der Passcode ist 301861.",// shown text if level successes
"test_runs"=>1000,// test runs to check if the program works with any input data
"inbox_preparation_function"=>"level_2_prepare_inbox",// function name of function to prepare inbox
"reference_program"=>"level_2_reference_program"// function name of the reference program
"inbox_size"=>8,//elements in inbox, use even number!
"show_outbox_as_coordinate"=>false,// only last level should set this to true
"max_allowed_instruction"=>15,// counting only true instructions, no comments, labels or empty lines
"max_allowed_steps"=>350,// counting only true instructions, no comments, labels or empty lines
"hand"=>"",// content of the hand, single value
"data_registers"=>array("","","","0"),// content of the 4 data registers
"passcode_for_next_level"=>405435,// passcode for next level
"reward"=>"Herzliche Gratulation!<br>Du darfst zum <a href=\"editor.php?level=4&passcode=405435\">nächsten Level</a> weiter. Der Passcode ist 405435.",// shown text if level successes
"test_runs"=>1000,// test runs to check if the program works with any input data
"inbox_preparation_function"=>"level_3_prepare_inbox",// function name of function to prepare inbox
"reference_program"=>"level_3_reference_program"// function name of the reference program
*ForeachzeroterminatedstringintheINBOX,sendtotheOUTBOXonlytheSMALLESTnumberyou've seen in that string. You will never be given an empty string. Reset and repeat for each string.\n\nWhat'sa\"zero terminated string\"? Go ask your boss on the previous floor!
$description="Die Inbox enthält mehrere Zahlen-Gruppen, welche jeweils mit einer Box mit Wert 0 abgeschlossen (terminiert) wird. Für jede Gruppe, lege diejenige Box mit der grössten Zahl in die Outbox.<br>
"inbox_size"=>6,//elements in inbox, use even number!
"show_outbox_as_coordinate"=>false,// only last level should set this to true
"max_allowed_instruction"=>15,// counting only true instructions, no comments, labels or empty lines
"max_allowed_steps"=>70,// counting only true instructions, no comments, labels or empty lines
"hand"=>"",// content of the hand, single value
"data_registers"=>array("","","",""),// content of the 4 data registers
"passcode_for_next_level"=>5018676,// passcode for next level
"reward"=>"Herzliche Gratulation!<br>Du darfst zum <a href=\"editor.php?level=5&passcode=5018676\">nächsten Level</a> weiter. Der Passcode ist 5018676.",// shown text if level successes
"test_runs"=>1000,// test runs to check if the program works with any input data
"inbox_preparation_function"=>"level_4_prepare_inbox",// function name of function to prepare inbox
"reference_program"=>"level_4_reference_program"// function name of the reference program