Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Sanitator
Dec 13th, 2017
75
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <bits/stdc++.h>
using
namespace
std
;
void
square
(
int
n
)
{
string s
(
n,
'#'
)
;
while
(
n
--
)
cout
<<
s
<<
"
\n
"
;
}
int
main
(
)
{
int
n
;
cin
>>
n
;
square
(
n
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This month smells like money
CSS | 33 min ago | 1.05 KB
✅ API Flaw Money Method
CSS | 34 min ago | 1.05 KB
⭐ Exploit Documentation ⭐
CSS | 34 min ago | 1.05 KB
Untitled
21 hours ago | 0.71 KB
Custom em_booking_validate for dependent_even...
2 days ago | 1.15 KB
Untitled
2 days ago | 22.13 KB
[TLF 18.III] "PROJECT BLACKWIGHT" F...
2 days ago | 10.98 KB
[TLF 18.II] CLEARANCE
2 days ago | 2.21 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!