#28445:


Ivan20092009 (yousabi.)

學校 : 臺北市私立延平高級中學
編號 : 167374
來源 : [210.70.131.213]
最後登入時間 :
2024-10-17 09:26:55
d448. 好熱好熱 -- Xatier | From: [203.72.178.1] | 發表日期 : 2021-12-10 13:48

#include<bits/stdc++.h>
using namespace std;

int main()
{
double t1,t2,t3,x1,x2,x3;
	while(cin>>t1>>t2>>t3>>x1>>x3)
	printf("%f\n",(t2*(x1-x3)+t1*x3-t3*x1)/(t1-t3));

 




}
 
ZeroJudge Forum