1011: 计算两个实数的商
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:43
Solved:28
Description
输入两个实数x,y,计算出x/y的结果
Input
输入两个实数x,y
Output
输出x/y的值
Sample Input Copy
7.2
2
Sample Output Copy
3.6
HINT
实数用浮点型数据定义:float