2025-05-12 22:17:12 +09:00

3 lines
60 B
Python

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