Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 10th, 2022
1,573
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
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 1 sec ago | 0.06 KB
⭐⭐⭐⭐ Exploit 5OO$ in 15 Minutes⭐⭐⭐⭐ 0
JavaScript | 1 sec ago | 0.31 KB
⭐⭐⭐⭐ MAKE $5OO IN 15 MIN⭐⭐⭐⭐ C
JavaScript | 3 sec ago | 0.31 KB
ChangeNOW Exploit
JavaScript | 4 sec ago | 0.32 KB
⭐⭐⭐⭐ Instant Profit Method ⭐⭐⭐⭐ 3
JavaScript | 7 sec ago | 0.31 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 7 sec ago | 0.06 KB
Free Crypto Method (NEVER SEEN BEFORE)
JavaScript | 8 sec ago | 0.32 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 9 sec ago | 0.09 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!