Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
sum of numbers
EWTD
Sep 14th, 2017
557
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pascal
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
program
lol
;
var
a
,
b
:
integer
;
begin
readln
(
a
)
;
b
:
=
0
;
while
abs
(
a
)
>
0
do
begin
;
b
:
=
b
+
(
a
mod
10
)
;
a
:
=
a
div
10
;
end
;
writeln
(
abs
(
b
)
)
;
end
.
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Instant Profit Method ⭐ P
JavaScript | 3 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 10 sec ago | 0.32 KB
Swapzone Glitch (Working) 5
JavaScript | 13 sec ago | 0.32 KB
✅ MAKE $900 INSTANTLY
JavaScript | 18 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐ 9
JavaScript | 32 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes F
JavaScript | 49 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ P
JavaScript | 59 sec ago | 0.32 KB
Swapzone Glitch (Working) 5
JavaScript | 1 min ago | 0.32 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!