Laptop Sticker
This commit is contained in:
2
laptopsticker.py
Normal file
2
laptopsticker.py
Normal 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)
|
||||
Reference in New Issue
Block a user