Time to practice arithmetic. This HackerRank problem gives you two integers and asks you to print their sum, difference, and product on separate lines. This is simple: read two numbers, do the math, print the results.
The challenge is getting the output format exactly right. Go read the problem statement. Pay attention to which operations they want and in what order. Then come back for the walkthrough.