Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Farz0l1x
Oct 28th, 2023
890
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
def
f
(
x
,
y
)
:
if
y
<
x
and
x
==
13
:
return
0
if
x
==
y:
return
1
if
x
<
y:
return
f
(
x +
1
,
y
)
+ f
(
x +
5
,
y
)
+ f
(
x *
2
,
y
)
print
(
f
(
7
,
25
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY N
JavaScript | 42 sec ago | 0.07 KB
Untitled
Java | 1 min ago | 6.96 KB
✅ MAKE $12OO IN 10 MIN 6
JavaScript | 1 min ago | 0.07 KB
Make 1500$ in 20 MIN [Method] 5
JavaScript | 3 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN D
JavaScript | 3 min ago | 0.07 KB
multiCall Function
Lua | 3 min ago | 0.20 KB
Make 1500$ in 20 MIN [Method] F
JavaScript | 4 min ago | 0.07 KB
Make $200 in 15 minutes U
JavaScript | 6 min ago | 0.07 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!