L1-029. 是不是太胖了

题目地址:https://www.patest.cn/contests/gplt/L1-029

思路:简单

注意点:无

1 #include<stdio.h>
2 int main(){
3     int h;
4     scanf("%d",&h);
5     printf("%.1f\n",(h-100)*0.9*2);
6     return 0;
7 }

 

posted @ 2018-01-19 14:35  爱你的笑  阅读(167)  评论(0编辑  收藏  举报