Coding Challenge

Can you help me find the answer to this equation

Another similar one this time we got an equation.

A sample would be

5489 + 0x9a1 - 110100111111 = ?

We got a decimal number + a hex number - binary number.

It’s just a matter of grabing the equation and splitting it by values. Then hex -> decimal and binary -> decimal then get the result.