← Back to List

34921번: 덕후 ↗

Solutions

Python 3
70 B | 70 chars
a, t = map(int, input().split())

print(max(0, 10 + 2 * (25 - a + t)))