- The input consists of 3 lines
- The first line has two space seperated integers, N and the target
- The next line has space seperated integers representing the operands we can use
- The last line has space seperated operators representing the operators we can use
- The following operators are possible: + for addition, - for subtraction, * for multiplication and / for division