@@ -0,0 +1,4 @@
points = []
for _ in range(5):
points.append(sum(map(int, input().split())))
print(f"{points.index(max(points)) + 1} {max(points)}")
The note is not visible to the blocked user.