#include #include int main(void){ int px,py,qx,qy; float d; std::cin >> px >>py; std::cin >> qx >>qy; //std::cout << abs(px-qx) <