Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
hopingsteam
Apr 4th, 2020
346
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
float
evaluare
(
unsigned
int
n,
float
coef
[
]
,
unsigned
int
x
)
{
if
(
n
==
1
)
return
coef
[
1
]
;
return
coef
[
n
]
+
x
*
evaluare
(
n
-
1
, coef, x
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
MAKE $900 INSTANTLY B
JavaScript | 4 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] M
JavaScript | 8 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN P
JavaScript | 23 sec ago | 0.07 KB
5OO$ GIFTCARDS? W
JavaScript | 25 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] M
JavaScript | 40 sec ago | 0.07 KB
5OO$ GIFTCARDS? J
JavaScript | 56 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN W
JavaScript | 57 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] M
JavaScript | 1 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!