15
This commit is contained in:
11
11/11.py
Normal file
11
11/11.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import numpy as np
|
||||
|
||||
if __name__ == "__main__":
|
||||
import sys
|
||||
|
||||
octopuses = []
|
||||
lines = sys.stdin.readlines()
|
||||
for line in lines:
|
||||
octopuses.append(int(x) for x in line.split())
|
||||
|
||||
octopuses = np
|
||||
10
11/ex11.in
Normal file
10
11/ex11.in
Normal file
@@ -0,0 +1,10 @@
|
||||
5483143223
|
||||
2745854711
|
||||
5264556173
|
||||
6141336146
|
||||
6357385478
|
||||
4167524645
|
||||
2176841721
|
||||
6882881134
|
||||
4846848554
|
||||
5283751526
|
||||
Reference in New Issue
Block a user