P5714 【深基3.例7】肥胖问题--python3实现
生活随笔
收集整理的這篇文章主要介紹了
P5714 【深基3.例7】肥胖问题--python3实现
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
https://www.luogu.com.cn/problem/P5715
""" P5714 【深基3.例7】肥胖問(wèn)題--AC https://www.luogu.com.cn/problem/P5715"""m,h=list(input().split())m=float(m)h=float(h)h=h*hbmi=m/hif bmi<18.5:print("Underweight") else:if bmi<24:print("Normal")else:print("%6.4f" %bmi)print("Overweight")#b = float('%0.3f'%a) 創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎(jiǎng)勵(lì)來(lái)咯,堅(jiān)持創(chuàng)作打卡瓜分現(xiàn)金大獎(jiǎng)總結(jié)
以上是生活随笔為你收集整理的P5714 【深基3.例7】肥胖问题--python3实现的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: mac os 开启redis_高并发大流
- 下一篇: 提高篇 第一部分 基础算法 第1章 贪心