#2117. 简单数学运算
简单数学运算
简单数学运算
题目描述
- 第一行输出 5+3 的和
- 第二行输出 5-3 的差
- 第三行输出 5*3 的乘积
- 第四行输出 5/3 的商
- 第五行输出 5/3 的余数(%)
输入格式
无
输出格式
每行一个整数,
样例 #1
样例输入 #1
样例输出 #1
8
2
15
1
2
无
每行一个整数,
8
2
15
1
2
By signing up a 战码少年-战码青少年编程(专业信息学奥赛编程训练) universal account, you can submit code and join discussions in all online judging services provided by us.