This commit is contained in:
2023-07-16 23:21:22 +02:00
parent 50b147dec7
commit 6d748103e0

2
skocimis.py Normal file
View File

@@ -0,0 +1,2 @@
ints = list(map(int, input().split()))
print(max((ints[1] - ints[0], ints[2] - ints[1]))-1)