Fix missing index

master
Valentin Ochs 2020-12-05 08:54:46 +01:00
parent 1c0fbd24fb
commit e41e4d49e3
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
print(sorted(map(lambda x:int(''.join(map(lambda y:'01'[int(y in'BR')],x)),2),open(0)))//2)
print(sorted(map(lambda x:int(''.join(map(lambda y:'01'[int(y in'BR')],x)),2),open(0)))[-1]//2)