内存限制: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".