This website requires JavaScript.
Explore
Help
Sign In
apo
/
AoC2020
Watch
1
Star
0
Fork
0
You've already forked AoC2020
Code
Issues
Pull Requests
Releases
Wiki
Activity
768d536af0
AoC2020
/
03-1-1.py
2 lines
55 B
Python
Raw
Normal View
History
Unescape
Escape
Shorten 3-1
2020-12-04 19:33:39 +00:00
print
(
sum
(
'
.
'
>
d
[
i
*
3
%
31
]
for
i
,
d
in
enumerate
(
open
(
0
)
)
)
)
Reference in New Issue
Copy Permalink