728x90
반응형
SMALL
a = list(map(int, input().split()))
a.sort()
print(1 + a[1] + a[2] + a[3])
728x90
반응형
LIST
'백준문제 > 브론즈 4' 카테고리의 다른 글
백준) 31281번 - python (0) | 2024.05.09 |
---|---|
백준) 31090번 - python (0) | 2024.05.07 |
백준) 30868번 - python (0) | 2024.05.06 |
백준) 30468번 - python (0) | 2024.05.05 |
백준) 30794번 - python (0) | 2024.05.04 |