#33420: ans


yp11151215@yphs.tp.edu.tw (808-40廖祐鋐)

學校 : 臺北市私立延平高級中學
編號 : 197195
來源 : [203.72.178.1]
最後登入時間 :
2024-01-15 11:32:33
d448. 好熱好熱 -- Xatier | From: [203.72.178.1] | 發表日期 : 2023-01-04 17:43

#include<bits/stdc++.h>
using namespace std;
main(){
double a,b,c,d,f;
cin.tie(0);
while(cin>>a>>b>>c>>d>>f){
cout<<fixed<<setprecision(6)<<((d-f)*(b-c))/(a-c)+f<<endl;
cout<<endl;
}
}

 

 
ZeroJudge Forum