2024(2): There is puzzle 2.
This commit is contained in:
@ -2,7 +2,7 @@ import numpy as np
|
||||
|
||||
|
||||
# Load both columns into numpy arrays of type int
|
||||
left, right = np.loadtxt('input', dtype=int).T
|
||||
left, right = np.loadtxt("input", dtype=int).T
|
||||
|
||||
# Sort both lists (ASC)
|
||||
left.sort()
|
||||
|
||||
Reference in New Issue
Block a user