summaryrefslogtreecommitdiff
path: root/7a.py
diff options
context:
space:
mode:
Diffstat (limited to '7a.py')
-rwxr-xr-x7a.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/7a.py b/7a.py
deleted file mode 100755
index adf8f76..0000000
--- a/7a.py
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env python3
-
-import sys, re
-
-abba=lambda s:any(m[0]!=m[1] for m in re.findall(r"(.)(.)\2\1",re.sub(r"\[[^]]*\]",",!,!",s)))
-
-print(sum(abba(s) and not any(abba(m) for m in re.findall(r"\[([^]]*)\]",s)) for s in sys.stdin.read().split("\n")[:-1]))