From 1c0fbd24fb9203bc533ed1a9ac67f00592ac4edf Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Sat, 5 Dec 2020 08:53:35 +0100 Subject: [PATCH] Remove space --- 05-2-1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-2-1.py b/05-2-1.py index 10fa544..4cad815 100644 --- a/05-2-1.py +++ b/05-2-1.py @@ -1 +1 @@ -print(set(s:=sorted(map(lambda x:int(''.join(map(lambda y:'01'[int(y in'BR')],x)),2)//2, open(0))))^set(range(s[0],s[-1]+1))) +print(set(s:=sorted(map(lambda x:int(''.join(map(lambda y:'01'[int(y in'BR')],x)),2)//2,open(0))))^set(range(s[0],s[-1]+1)))