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
56a890f392
AoC2020
/
05-1-1.py
2 lines
95 B
Python
Raw
Normal View
History
Unescape
Escape
Divide as float. Answer's still readable, after all.
2020-12-05 07:55:49 +00:00
print
(
sorted
(
map
(
lambda
x
:
int
(
'
'
.
join
(
map
(
lambda
y
:
'
01
'
[
int
(
y
in
'
BR
'
)
]
,
x
)
)
,
2
)
,
open
(
0
)
)
)
[
-
1
]
/
2
)
Reference in New Issue
Copy Permalink