Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 10th, 2022
1,582
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.16 KB
| Source Code
|
0
0
raw
download
clone
embed
print
report
#!/usr/bin/python
with
open
(
"in.txt"
,
"r"
)
as
f:
print
(
max
(
list
(
map
(
sum
,
[
list
(
map
(
int
,
x.
split
(
"
\n
"
)
)
)
for
x
in
f.
read
(
)
.
rstrip
(
"
\n
"
)
.
split
(
"
\n
\n
"
)
]
)
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π°π° PASSIVE INCOME 24/7 π°π°
JavaScript | 2 min ago | 0.26 KB
π 2OOO$ 15 MIN INSANE METHOD π¨β
JavaScript | 2 min ago | 0.17 KB
π NEW INSTANT BTC METHODπ β π¨
JavaScript | 5 min ago | 0.17 KB
π°π° INSTANT CASH METHOD
JavaScript | 5 min ago | 0.26 KB
π0LEAKZ BTC METHOD π΅π΅
JavaScript | 8 min ago | 0.17 KB
π°π° HOW TO EARN $2,500 TONIGHT
JavaScript | 9 min ago | 0.25 KB
NEW EASY METHOD $$$ β β π
JavaScript | 11 min ago | 0.17 KB
π°π°π° EARN 2,500$ DAILY PASSIVE INCOME
JavaScript | 12 min ago | 0.26 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!