diff --git a/laptopsticker.py b/laptopsticker.py new file mode 100644 index 0000000..6513ac4 --- /dev/null +++ b/laptopsticker.py @@ -0,0 +1,2 @@ +wc, hc, ws, hs = map(int, input().split()) +print(0 if ws + 2 > wc or hs + 2 > hc else 1)