Problem1226--整数运算

1226: 整数运算

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 2689  Solved: 1355
[Submit] [Status] [Web Board] [Creator:]

Description

输入2个整数
输出它们的和、差、积、商、余数

Input

30 20

Output

50 10 600 1 10

Sample Input

30 20

Sample Output

50 10 600 1 10

Source/Category

 

[Submit] [Status]