2026-02-07 23:08:18 +09:00

1 line
86 B
Python

print((lambda x: abs((x[3] + x[0]) - (x[1] + x[2])))(list(map(int, input().split()))))