2024-05-30 15:29:12 +09:00

4 lines
61 B
Python

x = int(input())
y = int(input())
print("3421"[x>0::2][y>0])