Post History
Japt, 16 bytes Takes the result as the first input and the other 2 values as an array as the second input. Uses z for floor division & p for exponentiation and outputs " if there's no match (c...
Answer
#1: Initial revision
# [Japt](https://github.com/ETHproductions/japt), 16 [bytes](https://en.wikipedia.org/wiki/ISO/IEC_8859-1) Takes the result as the first input and the other 2 values as an array as the second input. Uses `z` for floor division & `p` for exponentiation and outputs `"` if there's no match (costing 3 bytes :\\) "+-*z%p"ƶVrXêQ [Try it](https://petershaggynoble.github.io/Japt-Interpreter/?v=1.4.6&code=IistKnolcCLGtlZyWMOqUQ&input=MgpbNyAzXQ)