Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
23 задание
NIKOLAY_TETUS
Jun 23rd, 2021
989
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
def F
(
x, y
)
:
if
x
==
y
:
return
1
;
elif x
==
21
:
return
0
elif x
>
y
:
return
0
return
F
(
x
+
1
, y
)
+
F
(
x
*
3
, y
)
+
F
(
x
*
4
, y
)
print
(
F
(
2
,
16
)
*
F
(
16
,
60
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
types.tsx
TypeScript | 5 sec ago | 2.98 KB
transport-v2.ts
TypeScript | 59 sec ago | 9.72 KB
💎 INSTANT MONEY EXPLOIT 💎 🚨💎
JavaScript | 12 min ago | 0.18 KB
PODM
C++ | 16 min ago | 0.66 KB
Album Shelf Code - +In-Browser Playback
HTML | 25 min ago | 10.12 KB
🚨 Trading exploit 💎 🚨🚨
JavaScript | 29 min ago | 0.18 KB
✅ Exploit 500$ in 10 minutes 🔥 🚨🔥
JavaScript | 46 min ago | 0.18 KB
🔥 EASY PROFIT GUIDE ✅ Working 🔥 ✅🚨
JavaScript | 1 hour ago | 0.18 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!