Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
#22207
Uwwan
Mar 29th, 2022
37
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#22207
def
f
(
a
,
x
,
y
)
:
return
(
(
(
2
*x +
5
* y
)
<=
a
)
or
(
x
>=
y
)
or
(
y
>
11
)
)
for
a
in
range
(
1000
)
:
if
all
(
f
(
a
,
x
,
y
)
for
x
in
range
(
1000
)
for
y
in
range
(
1000
)
)
:
print
(
a
)
break
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🚨 EARN 2,000$ IN 1 DAY
JavaScript | 1 hour ago | 0.67 KB
Ex6.1 C Lab
C | 1 hour ago | 0.25 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 1 hour ago | 0.67 KB
Infinite Money Glitch
JavaScript | 1 hour ago | 0.67 KB
✅✅✅ FREE 2,000$ FROM SWAPZONE ✅✅✅
JavaScript | 1 hour ago | 0.67 KB
⭐⭐ Free Crypto Method ⭐⭐ ✅
JavaScript | 1 hour ago | 0.67 KB
Infinite Money Glitch
JavaScript | 2 hours ago | 0.67 KB
Untitled
C++ | 2 hours ago | 2.19 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!