#include<stdio.h>
#include<math.h>
int main(void)
{
int weight,heigh;
scanf("%d %d",&weight,&heigh);
printf("%.2f",weight/(pow((heigh/100.0),2)));
return 0;
}
详细解决方案
问题:计算BMI指数(身体质量指数)。BMI指数(即身体质量指数,简称体质指数又称体重,英文为Body Mass Index,简称BMI),是用体重公斤数除以身高米数平方得出的数字,是目前国际上常用的
热度:72 发布时间:2023-11-25 11:40:17.0
相关解决方案
- jsp div嵌套jsp body onload()不起作用,该怎么解决
- index.jsp经过模拟action接口 转发 到login.jsp页面后,页面背景无法显示
- Parameter index out of range (五 > number of parameters, which is 4)
- 求高手看一看!index.jsp可以进,在往上点就出现有关问题了
- tomcat启动出现Caused by: java.lang.StringIndexOutOfBoundsException: String index out解决方法
- JSP有关问题 index.jsp使用meta 页面都跳转不过去
- jsp页面关于document.body.scrollTop和document.documentElement.scrollTop的区别。解决方法
- 小白请问: 关于 index.jsp 中 isValid() == false的异常。 就剩20分了.对不住各位了><
- java.lang.StringIndexOutOfBoundsException: String index out of range: 12
- 为什么数组上标(index)只能为int不能为long
- ora-08102:index key not found,obj#57848,file 六, block 6324(2)
- 索引超出范围。必须为非负值并小于集合大小。参数名: index
- menu控件 异常 索引必须位于该列表的界限内。 参数名: index
- Index”并不包孕“productType1”的定义
- 图片超出了 body{} 的范围
- 异常:索引超出范围。必须为非负值并小于集合大小。参数名: index
- 目录超出范围。必须为非负值并小于集合大小。参数名: index(三层)
- http://localhost:49538/TPInfoPlat/index.html没法显示网页,去掉数字就可以显示了
- 急纠结z-index
- datagridview,想实现编辑数据的功能 指定的参数已超出有效值的范围。 参数名: index;”解决办法
- jquery index()的有关问题帮小弟我看下这行代码错在哪
- 指定的参数已超出有效值的范围。 参数名: index,该怎么解决
- ASP.net报错提示:指定的参数已超出有效值的范围。参数名: index,添加OnRowDataBound="gvEditMember_RowD这个事件就报错,该如何处理
- <a href='MyPhoto.aspx?DelID=<%# Eval("album_id") %>&index=hddnPageIndex.value' />解决方法
- <100分><100分><100分><100分><100分><100分><100分><100分><100分><100分><100分><100分>怎么在后台给<body>添加onKeyDown="ShowInfo()"
- http://localhost:2263/biaoyuan/(S(vdgswrvs3qwzo1feus4cm355))/Index.aspx解决思路
- <div id="Layer25" style="position: absolute; width: 127px; height: 67px; z-index: 35
- <div id="Layer25" style="position: absolute; width:1000px; height:1000px; z-index: 35; background-color:red,该如何处理
- |M|小弟我也有搞鬼 <div style="position: absolute; width: 1000px; height: 1000px; z-index: 35; background-color:red"
- OnClick=window.open("/index.aspx")出错?解决思路