The first input is any series of random 9 arithmetic operators.
Then input 10 numbers separated by โ;โ
Then perform the computation.
Not allowed to use the loop and conditional statements, just simple function, string, and arithmetic operators.
Assuming that the first input is strictly 9 arithmetic operators;
The second input is strictly 10 values separated by โ;โ ; and
The result should be in the same format as in the sample output.

Then input 10 numbers separated by โ;โ
Then perform the computation.
Not allowed to use the loop and conditional statements, just simple function, string, and arithmetic operators.
Assuming that the first input is strictly 9 arithmetic operators;
The second input is strictly 10 values separated by โ;โ ; and
The result should be in the same format as in the sample output.


(yung one liner)