Added 18th task
This commit is contained in:
parent
33caa3977f
commit
50e622fac1
5
18/1.py
Normal file
5
18/1.py
Normal file
@ -0,0 +1,5 @@
|
||||
n = int(input())
|
||||
|
||||
with open('./input.txt', 'r') as f:
|
||||
arr = [f.readline().split() for i in range(n)]
|
||||
steps = (n - 1) * 2
|
4
18/input.txt
Normal file
4
18/input.txt
Normal file
@ -0,0 +1,4 @@
|
||||
1 8 8 4
|
||||
10 1 1 3
|
||||
1 3 12 2
|
||||
2 3 5 6
|
Loading…
x
Reference in New Issue
Block a user