aboutsummaryrefslogtreecommitdiff
path: root/problems/whoisleading/attachments/template.py
blob: d09c28e2d6d898c0358487aba4fcea9dd77870b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import sys
import math

teams = input()
scores_1 = input()
scores_2 = input()
for i in range(2):

    # Write an answer using print
    # To debug: print("Debug messages...", file=sys.stderr, flush=True)

    print("Team name: score minutes_leading")