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
8a4688ecab
AoC2020
/
03-1-1.py
2 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
remove readlines
2020-12-03 22:48:33 +00:00
print
(
sum
(
'
#
'
==
list
(
open
(
'
/dev/stdin
'
)
)
[
i
]
[
(
i
*
3
)
%
31
]
for
i
in
range
(
323
)
)
)
Reference in New Issue
Copy Permalink