Updated 2017

This commit is contained in:
2024-11-16 08:05:16 +01:00
parent 7b023710bb
commit 4c87065d03
4 changed files with 98 additions and 8 deletions
-1
View File
@@ -31,7 +31,6 @@ sum = 0
with open(input_f) as file:
for line in file:
line = list(map(int,line.rstrip('\n').split()))
print(line)
for idx,i in enumerate(line):
length=len(line)
for j in range(0,length):