考级202212-2:(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.
题目描述
给定整数a、b、c,计算(a / b)*c的值,这里的除法为实数除法。
输入格式
一行,三个整数a、b、c,整数间以空格分隔。(1 ≤ a,b,c ≤ 1000)
输出格式
将计算结果保留6位小数输出。
输入样例数据 1
1 3 3
输出样例数据 1
1.000000
数据范围与提示
1 ≤ a,b,c ≤ 1000
一级第7轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-29 8:00
- End at
- 2023-8-19 4:00
- Duration
- 500 hour(s)
- Host
- Partic.
- 15