Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 24th, 2016
201
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 <iostream>
#include <stdlib.h>
using
namespace
std
;
int
main
(
)
{
int
n
;
cin
>>
n
;
int
*
a
=
(
int
*
)
malloc
(
n
*
sizeof
(
int
)
)
;
free
(
a
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
5OO$ GIFTCARDS? 1
JavaScript | 2 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN D
JavaScript | 5 sec ago | 0.07 KB
Make $200 in 15 minutes N
JavaScript | 20 sec ago | 0.07 KB
Make 1500$ in 20 MIN [Method] X
JavaScript | 21 sec ago | 0.07 KB
5OO$ GIFTCARDS? S
JavaScript | 36 sec ago | 0.07 KB
MAKE $900 INSTANTLY J
JavaScript | 37 sec ago | 0.07 KB
Make $200 in 15 minutes J
JavaScript | 52 sec ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN A
JavaScript | 55 sec ago | 0.07 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!