summaryrefslogtreecommitdiff
path: root/templates/template.py
blob: 0771199ddf65254b239c77902e6aea6e949eb359 (plain)
1
2
3
4
5
6
7
8
9
10
11
f = open('1.in', 'r')
o = open('1.out', 'w')

t = int(f.readline().strip())

for i in xrange(t):
    (n, k) = list(map(int, f.readline().strip().split(' ')))
    n = int(nk[0])
    k = int(nk[1])
    
    o.write(s)