Write a program that reads four large integers a, b, c, d and produces the result of the expression below:
(-a) * b + c - dWrite a program that reads four large integers a, b, c, d and produces the result of the expression below:
(-a) * b + c - dSample Input 1:
-9999999999999999
10000000000000000
20000000000000000
9999999999999999Sample Output 1:
100000000000000000000000000000001Create a free account to access the full topic