#ABC117A. Entrance Examination

Entrance Examination

题目描述

In order to pass the entrance examination tomorrow, Taro has to study for TT more hours.

Fortunately, he can leap to World B where time passes XX times as fast as it does in our world (World A).

While (X×t)(X \times t) hours pass in World B, tt hours pass in World A.

How many hours will pass in World A while Taro studies for TT hours in World B?

为了通过明天的入学考试,太郎必须再学习 TT 小时。

幸运的是,他可以_跃迁_到 B 世界,在那里,时间的流逝速度是我们这个世界(A 世界)的 XX 倍。

在 B 世界, (X×t)(X \times t) 个小时过去了,而在 A 世界, tt 个小时过去了。

太郎在 B 世界学习了 TT 个小时,A 世界会过去多少个小时?

输入格式

输入内容按以下格式标准输入:

TT XX

输出格式

打印世界 A 将过去的小时数。

当输出结果与法官输出结果的绝对或相对误差不超过 10310^{-3} 时,输出结果将被视为正确。

样例 #1

样例输入 #1

8 3

样例输出 #1

2.6666666667

样例 #2

样例输入 #2

99 1

样例输出 #2

99.0000000000

样例 #3

样例输入 #3

1 100

样例输出 #3

0.0100000000

说明

数据规模与约定

  • 输入值均为整数
  • 1T1001 \leq T \leq 100
  • 1X1001 \leq X \leq 100

样例 11 解释

太郎在时间快三倍的 B 世界学习了 8 个小时,而在 A 世界将过去 2.6666...2.6666... 个小时。

请注意,绝对或相对误差最多为 10310^{-3}