#include <iostream> #include <algorithm> #include <cmath> using namespace std; int main() { int p, t, g1, g2, g3, gj; while(cin >> p >> t >> g1 >> g2 >> g3 >> gj) { if(abs(g1 - g2) <= t) printf("%.1lf\n",(doub...