diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2011-04-08 12:01:37 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2011-04-08 12:01:37 +0300 |
| commit | f634b6773930c200d3b4ad3430c29cf303e4b2ad (patch) | |
| tree | 5b07760e75d2fdd16cd52daa1fca85179308b4f5 /template.py | |
| parent | 2aeb590a846982a09e96c15756175a616b8647c7 (diff) | |
moved to template dir
Diffstat (limited to 'template.py')
| -rw-r--r-- | template.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/template.py b/template.py deleted file mode 100644 index 8ca1098..0000000 --- a/template.py +++ /dev/null @@ -1,11 +0,0 @@ -f = open('1.in', 'r') -o = open('1.out', 'w') - -t = int(f.readline().strip()) - -for i in range(t): - nk = f.readline().strip().split(' ') - n = int(nk[0]) - k = int(nk[1]) - - o.write(s) |
