Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Echilibrat
a53
Jan 3rd, 2019
159
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.24 KB
| None
|
0
0
raw
download
clone
embed
print
report
int echilibrat(int n)
{
int np=0,ni=0,poz=0;
while(n)
{
if(poz%2)
ni+=n%10;
else
np+=n%10;
n/=10,++poz;
}
if(ni%2==1&&np%2==0)
return 1;
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
This month smells like money
CSS | 8 min ago | 1.04 KB
✅ API Flaw Money Method
CSS | 9 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 9 min ago | 1.04 KB
Leotheras the Blind
3 hours ago | 2.43 KB
Anonymous struct union
C | 6 hours ago | 1.26 KB
Client Copy WOW - Transfer of knowledge to ne...
9 hours ago | 1.16 KB
Jellyfin log
11 hours ago | 90.25 KB
56336551444125_52255651254641.jpg.txt
19 hours ago | 23.46 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!