You are viewing a single comment's thread. Return to all comments →
a = 3 b = 5
sum_ab = a + b diff_ab = a - b prod_ab = a * b
print(sum_ab) print(diff_ab) print(prod_ab)
after getting this code is correct , my secound is wrong , dont know how to get code on this
test case 1 input (stdin) 6564424525 323252462
Expected Output 6887676987 6241172063 2121966389319430550
Seems like cookies are disabled on this browser, please enable them to open this website
Arithmetic Operators
You are viewing a single comment's thread. Return to all comments →
a = 3 b = 5
sum_ab = a + b diff_ab = a - b prod_ab = a * b
print(sum_ab) print(diff_ab) print(prod_ab)
after getting this code is correct , my secound is wrong , dont know how to get code on this
test case 1 input (stdin) 6564424525 323252462
Expected Output 6887676987 6241172063 2121966389319430550