1172: A / B

内存限制:128 MB 时间限制:1.000 S 标准输入输出
题目类型:传统 评测方式:文本比较 上传者:
提交:565 通过:99 通过率:17.522%

题目描述

Enter two integers A,B, calculate and output the quotient of A/B.

输入格式

Enter only one line of two integers, representing A and B respectively, separated by spaces.

输出格式

Output a line, indicating the value of A/B, and keep two significant decimal places as the result. If B=0, output "False".

输入样例 复制

3 2

输出样例 复制

1.50