summaryrefslogtreecommitdiff
path: root/4a.py
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2016-12-09 18:42:45 +0100
committertomsmeding <tom.smeding@gmail.com>2016-12-09 18:42:45 +0100
commit6a0325b3ab8e4680de8b4786ada721a1e671157c (patch)
treeeb0367379d1e9dc66913f79d646ed7c3c908f9a9 /4a.py
Initial
Diffstat (limited to '4a.py')
-rwxr-xr-x4a.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/4a.py b/4a.py
new file mode 100755
index 0000000..e5dfe7f
--- /dev/null
+++ b/4a.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+import sys, re, functools
+
+print(functools.reduce(lambda a,t:a+int(t[1]),filter(lambda t:"".join(x[1] for x in sorted([(len(p[0]),p[1]) for p in re.findall(r"((.)\2*)","".join(sorted(t[0].replace("-",""))))],key=lambda t:(-t[0],t[1]))[:5])==t[2],[re.match(r"([-a-z]+)-(\d+)\[([a-z]+)\]",r).groups() for r in sys.stdin.read().split("\n")[:-1]]),0))