Toggle navigation
Discord
YouTube
Facebook
Instagram
english
english
українська
Algotester 4.8
Build 771
2025-12-30
Log In
Contact Us
College
Sponsors
Donate
Sources
PyPy (Python 3.6 with GCC 7.4)
a, b, c, d = map(int, input().split()) print(max(a // c, b // d))