练11.5计算(a+b)/c的值
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
说明
给定个整数、、,计算表达式 的值。
输入格式
输入仅一行,包括三个整数、、, 数与数之间以一个空格分开。
输出格式
输出一行,即表达式的值。
样例
1 1 3
0
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
给定3个整数a、b、c,计算表达式 ca+b 的值。
输入仅一行,包括三个整数a、b、c, 数与数之间以一个空格分开。
输出一行,即表达式的值。
1 1 3
0
By signing up a acjudge universal account, you can submit code and join discussions in all online judging services provided by us.