← Back to List
21591번: Laptop Sticker ↗
Solutions
Python 3
63 B | 63 chars
a,b,c,d=map(int,input().split()) print(int(a>=c+2 and b>=d+2))