← Back to List
30468번: 호반우가 학교에 지각한 이유 1 ↗
Solutions
Python 3
65 B | 65 chars
*s, n = map(int, input().split()) print(max(n * 4 - sum(s), 0))