4 lines
61 B
Python
4 lines
61 B
Python
x = int(input())
|
|
y = int(input())
|
|
|
|
print("3421"[x>0::2][y>0]) |
x = int(input())
|
|
y = int(input())
|
|
|
|
print("3421"[x>0::2][y>0]) |