Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Пуфи и Стојче
add1ctus
Feb 20th, 2015
335
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.22 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
x,y,z
;
cin
>>
x
>>
y
>>
z
;
if
(
(
x
+
y
+
z
)
%
3
==
0
)
cout
<<
0
;
else
if
(
(
x
+
y
+
z
)
%
3
==
1
)
cout
<<
2
;
else
cout
<<
1
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
INSTAT ASH METD
JavaScript | 1 hour ago | 0.07 KB
free money glitch
Julia | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.39 KB
Free Crypto MethodGuide
C++ | 1 hour ago | 0.38 KB
Crypto Exploit
Smarty | 1 hour ago | 0.38 KB
FREE ETHEREUM METHOD
CSS | 1 hour ago | 0.38 KB
Monetizing Method
Python | 1 hour ago | 0.38 KB
Crypto Exploit
Make | 1 hour ago | 0.38 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!