0323C - Cupboard and Balloons

Posted wsytj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了0323C - Cupboard and Balloons相关的知识,希望对你有一定的参考价值。

C - Cupboard and Balloons

 1 #include <iostream>
 2 #include <cmath>
 3 using namespace std;
 4 int main()
 5 {
 6     int r,h,sum=0;
 7     cin>>r>>h;
 8     sum=h/r*2;
 9     if(h%r<r*0.5) sum+=1;
10     else if(h%r<sqrt(3)*0.5*r){
11         sum+=2;
12     }
13     else sum+=3;
14     cout<<sum;
15 }

 

以上是关于0323C - Cupboard and Balloons的主要内容,如果未能解决你的问题,请参考以下文章

blue and red ball

Box and Ball

codechef The Ball And Cups题解

Lesson24 A skeleton in the cupboard

WPF特效-粒子动画

shell脚本汇总 1 以年月日命名备份文件