bendns' repos
/
aoc
heh
master
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'x.py')
-rw-r--r--
x.py
1
1 files changed, 1 insertions, 0 deletions
diff --git a/x.py b/x.py
new file mode 100644
index 0000000..e355d5d
--- /dev/null
+++ b/
x.py
@@ -0,0 +1 @@
+print(sum(map(lambda line: len(line) - 1 - eval(f"len({line})"), open(0).readlines())))