Laptop Sticker

This commit is contained in:
2023-07-02 23:13:05 +02:00
parent 5b739eda96
commit 793a47e1c2

2
laptopsticker.py Normal file
View File

@@ -0,0 +1,2 @@
wc, hc, ws, hs = map(int, input().split())
print(0 if ws + 2 > wc or hs + 2 > hc else 1)