1862: 计算体重指数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Input
一行,两个整数,分别表示体重(公斤),身高(厘米),中间用一个空格分隔。
Output
一行,BMI指数(保留两位小数)。
Sample Input Copy
70 170
Sample Output Copy
24.22