Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Dec 4th, 2018
1,709
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
x
;
cin
>>
x
;
if
(
x
==
1
)
cout
<<
-
1
;
else
cout
<<
x
-
x
%
2
<<
' '
<<
2
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Python | 3 min ago | 0.70 KB
Untitled
Python | 5 min ago | 1.66 KB
Untitled
JavaScript | 6 min ago | 0.44 KB
Find ch
C# | 13 min ago | 0.45 KB
Link crash
Java | 19 min ago | 2.31 KB
Untitled
JavaScript | 34 min ago | 0.47 KB
Untitled
Python | 37 min ago | 0.45 KB
Programm
Python | 48 min ago | 0.04 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!