← Back to List
27332번: 11 月 (November) ↗
Solutions
Python 3
56 B | 56 chars
print(1 if int(input()) + int(input()) * 7 <= 30 else 0)