Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Pastehsjsjs
Dec 11th, 2022
841
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
from
functools
import
lru_cache
@
lru_cache
(
None
)
def
f
(
x
,
y
)
:
if
x
==
y:
return
1
if
x
>
y
or
x
==
3
:
return
0
return
f
(
x +
1
,
y
)
+ f
(
x*
2
,
y
)
print
(
f
(
1
,
40
)
)
#154
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 11 sec ago | 0.06 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 11 sec ago | 0.06 KB
Swapzone Glitch ✅ Working
JavaScript | 17 sec ago | 0.25 KB
Swapzone Glitch ✅ Working
JavaScript | 21 sec ago | 0.25 KB
⭐⭐⭐Free Giftcards Method⭐⭐⭐
Java | 22 sec ago | 0.06 KB
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐⭐
Java | 22 sec ago | 0.06 KB
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐⭐
Java | 23 sec ago | 0.06 KB
✅ Make huge profits on trading
JavaScript | 28 sec ago | 0.25 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!