Day 04 (minified)
This commit is contained in:
@@ -7,4 +7,4 @@ for line in lines:
|
||||
a, b, x, y = map(int, line.replace(',', '-').split('-'))
|
||||
s += 1 if x <= a <= y or x <= b <= y or a <= x <= b or a <= y <= b else 0
|
||||
|
||||
print(s)
|
||||
print(s)
|
||||
|
||||
Reference in New Issue
Block a user