Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Josif_tepe
Feb 15th, 2021
164
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using
namespace
std
;
int
main
(
)
{
int
n
;
cin
>>
n
;
while
(
n
>
0
)
{
int
last_digit
=
n
%
10
;
cout
<<
last_digit
<<
endl
;
n
/
=
10
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⚡ 🚀 Swapzone +37% profit glitch ✅🔥
JavaScript | 1 min ago | 0.20 KB
💎 🔥 Instant BTC Profit Method ✅ Working 🚨 ✅
JavaScript | 4 min ago | 0.22 KB
Untitled
JavaScript | 10 min ago | 140.30 KB
Untitled
CSS | 11 min ago | 24.48 KB
💎 🔥 Exchange profit method 🚨📌
JavaScript | 11 min ago | 0.22 KB
💎 🔥 ChangeNOW Profit Exploit 🚨 📌
JavaScript | 18 min ago | 0.22 KB
💎 🔥 Swapzone +37% profit glitch 🚨📌
JavaScript | 25 min ago | 0.22 KB
💎 🔥 Exchange profit method 🚨📌
JavaScript | 26 min ago | 0.20 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!