This commit is contained in:
2021-12-15 13:33:39 +01:00
parent aa773e761e
commit 7ea48928d5
6 changed files with 196 additions and 2 deletions

11
11/11.py Normal file
View 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
View File

@@ -0,0 +1,10 @@
5483143223
2745854711
5264556173
6141336146
6357385478
4167524645
2176841721
6882881134
4846848554
5283751526