Back
Close

The Ingredients

Statement

 Goal

translate the data so it can be readable
Input
unreadable data
Output
readable data
Constraints
Example
Input
CakE;102,108,111,117,114+101,103,103,115+109,105,108,107
Output
Cake ingredients are flour, eggs, milk

Game modes
Reverse

Test cases
cake 🍰 Test
Input
CakE;102,108,111,117,114+101,103,103,115+109,105,108,107
Output
Cake ingredients are flour, eggs, milk

cake with egg Validator
Input
CAKE;102,108,111,117,114+101,103,103+109,105,108,107
Output
Cake ingredients are flour, egg, milk

mansaf 😋 Test
Input
MANsaf;114,105,99,101+106,97,109,101,101,100+108,97,109,112
Output
Mansaf ingredients are rice, jameed, lamp

Egg Validator
Input
eGG;101,103,103+115,97,108,116+112,101,112,112,101,114
Output
Egg ingredients are egg, salt, pepper

pizza 🍕 Test
Input
PiZzA;100,111,117,103,104+109,111,122,122,97,114,101,108,108,97+116,111,109,97,116,111+107,101,116,99,104,117,112+112,101,112,112,101,114,111,110,105
Output
Pizza ingredients are dough, mozzarella, tomato, ketchup, pepperoni

pasta Validator
Input
PaStA;112,97,115,116,97+78,97,98,117,108,115,105,45,99,104,101,101,115,101+112,97,114,115,108,101,121
Output
Pasta ingredients are pasta, Nabulsi-cheese, parsley

My breakfast 🥪 Test
Input
SaNdWich;98,114,101,97,100+99,104,101,101,115,101+109,111,114,116,97,100,101,108,108,97
Output
Sandwich ingredients are bread, cheese, mortadella

Salad Validator
Input
SaLaD;116,111,109,97,116,111+99,117,99,117,109,98,101,114+112,97,114,115,108,101,121+118,105,110,101,103,97,114
Output
Salad ingredients are tomato, cucumber, parsley, vinegar

Solution language

Solution

Stub generator input