Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
7.1.2
SergeyPGUTI
Nov 26th, 2015
80
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
#include <cmath>
using
namespace
std
;
void
correct
(
int
**
p
)
{
if
(
**
p
<
0
)
(
*
p
)
=
NULL
;
}
int
main
(
)
{
int
x
;
cin
>>
x
;
int
*
p
=
&
x
;
correct
(
&
p
)
;
cout
<<
p
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐ Free Crypto Method ⭐⭐ ✅
JavaScript | 4 min ago | 0.67 KB
# tk_subtractive_blend_polygons.py
Python | 11 min ago | 3.59 KB
💎💎 QUICK $2,500 IN 2 HOURS
JavaScript | 14 min ago | 0.67 KB
Untitled
C++ | 14 min ago | 38.66 KB
Untitled
VeriLog | 15 min ago | 0.14 KB
Untitled
VeriLog | 18 min ago | 0.15 KB
✅ EARN 10,500$ IN LESS THAN 10 MINUTES OF WOR...
JavaScript | 24 min ago | 0.67 KB
🔥🔥🔥 QUICK $2,500 IN 2 HOURS 🔥🔥🔥
JavaScript | 34 min ago | 0.67 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!