Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 31st, 2014
147
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.35 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
main
(
)
{
int
n
;
int
m
;
int
y
;
for
(
n
=
0
;
n
<=
180
;
n
=
n
+
10
)
{
y
=
abs
(
sin
(
n
*
M_PI
/
180
)
*
100
)
;
printf
(
"%*s
\n
"
,
y
,
"*"
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐Profit Method⭐ 🔥💵
JavaScript | 44 sec ago | 0.20 KB
fb_vanilla_ub24-25.sh
Bash | 58 sec ago | 4.22 KB
🔥 Exchange profit method 📌📝
JavaScript | 21 min ago | 0.20 KB
tarMainInstall.sh
Bash | 28 min ago | 3.67 KB
tarinstall.sh
Bash | 31 min ago | 1.70 KB
jQuery Form Input Element Value Reset All Ele...
jQuery | 50 min ago | 0.77 KB
웹 보안 - 타이머 만들기
HTML | 54 min ago | 1.96 KB
웹 보안 - 폼 검증 (Validation)
HTML | 56 min ago | 3.30 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!