#include #include using namespace std; int main() { std::ios::sync_with_stdio(false); std::cin.tie(0); double a, b, x, y; cin >> a >> b >> x >>y; if (b * x <= a * y) { cout <