← Back to List

27294번: 몇개고? ↗

Solutions

Python 3
80 B | 80 chars
T, S = map(int, input().split())
print (280 if S or not 12 <= T <= 16 else 320)