@ -15,6 +15,6 @@ for l in lines:
last = l[-i-1]
lastFound = True
if firstFound and lastFound:
continue
break
sum += int(first + last)
print(sum)