Skocimis
This commit is contained in:
2
skocimis.py
Normal file
2
skocimis.py
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
ints = list(map(int, input().split()))
|
||||||
|
print(max((ints[1] - ints[0], ints[2] - ints[1]))-1)
|
||||||
Reference in New Issue
Block a user