/** @file 410.cpp @title No.410 出会い - yukicoder @url https://yukicoder.me/problems/no/410 **/ #include using namespace std; typedef long long LL; #define ALL(obj) (obj).begin(), (obj).end() #define REP(i, N) for (int i = 0; i < (N); ++i) int main() { long double Px, Py, Qx, Qy; cin >> Px >> Py; cin >> Qx >> Qy; cout <