Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jan 15th, 2019
91
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <math.h>
#include <stdio.h>
int main()
{
int n;
printf("Nhap n :");
scanf("%d",&n);
float S=0;
int i=1;
while(i<=n)
{
S=S+1.0/(i*(i+1));
i++;
}
printf("S=%f",S);
return 0;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
simple youtube video to product
PHP | 4 hours ago | 3.71 KB
greetings human
5 hours ago | 0.03 KB
OoT rando seed 6/1
11 hours ago | 68.21 KB
Geofencing - Lot of Rollover Budget
17 hours ago | 0.48 KB
Preface prompt for offline apps
22 hours ago | 2.31 KB
Untitled
1 day ago | 5.42 KB
Secrets.kdbx
2 days ago | 166.19 KB
Energy limiter
3 days ago | 0.34 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!