#include<bits/stdc++.h> using namespace std; int a,b,x,y,z; int main() { cin>>x>>a>>y>>b; z=(yb-xa)/(b-a); printf("%.2f",double(z)); return 0; }

0 条评论

目前还没有评论...

信息

ID
6
时间
1000ms
内存
256MiB
难度
7
标签
(无)
递交数
254
已通过
68
上传者