Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 14th, 2019
81
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
void sum_cif(int n, int &s)
{
s = 0;
if(n < 0)
n *= -1;
while(n)
{
s += n%10;
n /= 10;
}
return;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
π ChangeNOW Exploit π₯π¨
JavaScript | 1 min ago | 0.20 KB
π MAKE $2500 IN 15 MIN β Working
JavaScript | 5 min ago | 0.22 KB
π‘ EASY MONEY GUIDE β Working πβ
JavaScript | 7 min ago | 0.20 KB
π₯ Exchange profit method
JavaScript | 11 min ago | 0.22 KB
βMake $15OO in 2O minutesβ ππ₯
JavaScript | 13 min ago | 0.20 KB
π MAKE $2500 IN 15 MIN β Working
JavaScript | 18 min ago | 0.22 KB
π₯ Exchange profit method β π
JavaScript | 19 min ago | 0.20 KB
π₯ Exchange profit method
JavaScript | 24 min ago | 0.22 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!