#11399: 來造福你們,數學老師給的公式


fdhs1030209 (--------以下高能--------)

學校 : 桃園市私立復旦高級中學
編號 : 53246
來源 : [203.64.191.207]
最後登入時間 :
2017-09-15 17:32:07
b004. 繩子上吃草的牛 -- 95學年度高雄市資訊學科能力競賽 | From: [203.71.2.66] | 發表日期 : 2016-09-30 20:35

#include<iostream>
#include<iomanip>
#include<cmath>
using namespace std;
int main ()
{
int D,L;
while(cin>>D>>L)
{
cout<<fixed<<setprecision(3)<<double(acos(0))*(L/2.0)*sqrt((L+D)*(L-D))<<endl;
}
}

 
ZeroJudge Forum