Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Inverted half pyramid of *
Twist_Nemo
Mar 18th, 2021
92
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
int
main
(
)
{
int
i
,
j
,
n
;
scanf
(
"%d"
,
&
n
)
;
for
(
i
=
n
;
i
>=
1
;
i
--
)
{
for
(
j
=
1
;
j
<=
i
;
j
++
)
{
printf
(
"*"
)
;
}
printf
(
"
\n
"
)
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π₯ EASY PROFIT GUIDE β Working π₯ π₯π¨
JavaScript | 26 sec ago | 0.20 KB
βββSwapzone.io Glitch (Working)ββ
Java | 41 sec ago | 0.15 KB
π Free Crypto Method π π¨π¨
JavaScript | 1 min ago | 0.24 KB
βββMAKE $900 INSTANTLYββ
Java | 2 min ago | 0.15 KB
π INSTANT MONEY EXPLOIT π π¨π¨
JavaScript | 2 min ago | 0.20 KB
π Instant Profit Method π π¨π¨
JavaScript | 2 min ago | 0.24 KB
β Exploit 500$ in 10 minutes π₯ π¨β
JavaScript | 3 min ago | 0.24 KB
βββMAKE $9OO INSTANTLY D Mββ
Java | 3 min ago | 0.15 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!