Moderate Pace
This commit is contained in:
7
moderatepace.py
Normal file
7
moderatepace.py
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
n = int(input())
|
||||||
|
k = list(map(int, input().split()))
|
||||||
|
a = list(map(int, input().split()))
|
||||||
|
b = list(map(int, input().split()))
|
||||||
|
|
||||||
|
for i in range(n):
|
||||||
|
print(f"{sorted([k[i], a[i], b[i]])[1]} ", end="")
|
||||||
Reference in New Issue
Block a user