백준문제/브론즈 4

백준) 31280번 - python

kiseno 2024. 5. 8. 01:17
728x90
반응형
SMALL
a = list(map(int, input().split()))
a.sort()
print(1 + a[1] + a[2] + a[3])
728x90
반응형
LIST