考级202106-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
数据范围与提示
一级比赛第三轮
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2023-7-25 10:30
- End at
- 2023-8-19 10:30
- Duration
- 600 hour(s)
- Host
- Partic.
- 20