Peter the reindeer is preparing for the NPCO (North Pole Computing Olympiad) and comes over the following problem:
You are given two integers
and . Output , , and on separate lines, respectively.
Peter believes he can output
Input Specification
The first line contains
The second line contains
Output Specification
Output the value of
Sample Input 1
Copy
2
3
Sample Output 1
Copy
5
-1
6
Explanation
Each line of output represents one of
- The first line is
. - The second line is
. - The third line is
.
Comments