백준문제/브론즈 4
백준) 13866번 - python
kiseno
2024. 4. 17. 02:41
728x90
반응형
SMALL
a = list(map(int, input().split()))
a.sort()
print(abs(a[3] + a[0] - (a[2] + a[1])))
728x90
반응형
LIST