Remove space

master
Valentin Ochs 2020-12-04 20:39:18 +01:00
parent 43deb91a60
commit 0442a95edb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
def f(d,e,f):
a,b=*map(int,d.split('-'))
return (f[a-1]==e[0])^(f[b-1]==e[0])
print(sum(f(*x.split()) for x in open(0)))
print(sum(f(*x.split())for x in open(0)))