Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 24th, 2016
203
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
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 2 sec ago | 0.08 KB
⭐⭐⭐Exchange Exploit T I⭐⭐⭐
Java | 4 sec ago | 0.06 KB
⭐ Free ETH Method ⭐⭐ U
JavaScript | 5 sec ago | 0.31 KB
⭐ Instant Profit Method ⭐
JavaScript | 6 sec ago | 0.26 KB
⭐ MAKE $90O INSTANTLY⭐⭐ W
JavaScript | 11 sec ago | 0.31 KB
✅ Make $1500 in 20 minutes
JavaScript | 18 sec ago | 0.26 KB
⭐Crypto Exchange Profit Method⭐⭐ 5
JavaScript | 19 sec ago | 0.31 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 21 sec ago | 0.06 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!