Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
cout
ismaeil
Jul 15th, 2020
194
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
for
(
int
i
=
0
;
i
<
5
;
i
++
)
{
for
(
int
j
=
0
;
j
<=
i
;
j
++
)
cout
<<
'*'
;
cout
<<
endl
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
$13,000 in 48 Hours
CSS | 27 min ago | 0.90 KB
Hidden Cyrpto Opportunity
CSS | 28 min ago | 0.90 KB
Untitled
1 hour ago | 5.07 KB
Untitled
1 hour ago | 8.04 KB
Untitled
3 hours ago | 7.47 KB
Untitled
5 hours ago | 4.96 KB
Untitled
5 hours ago | 6.41 KB
www.facebook.com-1769301371082.log
7 hours ago | 64.64 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!