Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 14th, 2019
90
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.14 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<bits/stdc++.h>
using namespace std;
int fun(int n)
{
if(n==0)
return 0;
else
return fun(n-1)+n;
}
int main()
{int a=fun(5);
cout<<a;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π β MAKE $2500 IN 15 MIN β Working π΅ π
JavaScript | 4 min ago | 0.20 KB
tableLib
Lua | 7 min ago | 4.41 KB
β π‘ ChangeNOW Profit Exploit π π΅ π¨π¨
JavaScript | 9 min ago | 0.20 KB
π EASY PROFIT GUIDE β Still works π₯ π¨
JavaScript | 14 min ago | 0.20 KB
π EASY PROFIT GUIDE β Still works π₯ π¨
JavaScript | 25 min ago | 0.20 KB
β π Free BTC method π¨ π₯
JavaScript | 35 min ago | 0.20 KB
ΠΡΠ°Π»ΠΊΠΎΠ½ΡΠ΅ΠΏΡ
HTML | 35 min ago | 2.83 KB
β π Free BTC method π¨ π₯ π₯π
JavaScript | 40 min ago | 0.20 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!