Task Description
輸入兩個正整數,印出加、減、乘、除、餘
Input Format
輸入n, m兩正整數
Output Format
分別印出加、減、乘、除、餘結果,每種答案需要換行
Sample Input
1 1 2
Sample Output
12345 3
-1
2
0
1
Task Description
輸入兩個正整數,印出加、減、乘、除、餘
Input Format
輸入n, m兩正整數
Output Format
分別印出加、減、乘、除、餘結果,每種答案需要換行
Sample Input
1 1 2
Sample Output
12345 3
-1
2
0
1