1 line
154 B
Python
1 line
154 B
Python
print((lambda m, d : "Before" if m == 1 else "After" if m > 2 else "Special" if d == 18 else "Before" if d < 18 else "After")(int(input()), int(input()))) |