example input added

This commit is contained in:
Merdo 2025-01-30 00:59:01 +03:00
parent db38f0e514
commit 0de43acf24

View File

@ -1,5 +1,4 @@
#person_pace = [1, 2, 5, 10,12,16] person_pace = [1, 2, 5, 10,12,16]
person_pace = list(map(int, input().split()))
person_pace.sort() # Sort the array for optimal pairing person_pace.sort() # Sort the array for optimal pairing
people = len(person_pace) people = len(person_pace)