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
6954ed69bb
AoC2020
/
03-1-1.py
2 lines
64 B
Python
Raw
Normal View
History
Unescape
Escape
Replace /dev/stdin with 0
2020-12-04 11:37:31 +00:00
print
(
sum
(
'
#
'
==
list
(
open
(
0
)
)
[
i
]
[
(
i
*
3
)
%
31
]
for
i
in
range
(
323
)
)
)
Reference in New Issue
Copy Permalink