Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
S3_Ejercicio_5
Abelsor
Feb 23rd, 2023
(
edited
)
911
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<iostream>
using
namespace
std
;
int
main
(
)
{
int
n
;
cin
>>
n
;
while
(
n
>
0
)
{
cout
<<
n
%
10
;
n
=
n
/
10
;
}
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $2500 in 15 minutes 4
JavaScript | 29 sec ago | 0.08 KB
FREE BTC GUIDE G
JavaScript | 41 sec ago | 0.08 KB
Make 1500$ in 1 day [Method]? 3S
Java | 1 min ago | 0.06 KB
MAKE $5000 INSTANTLY J
JavaScript | 1 min ago | 0.08 KB
Make $2500 in 15 minutes 4
JavaScript | 2 min ago | 0.08 KB
✅ MAKE $22OO IN 10 MIN C
JavaScript | 3 min ago | 0.08 KB
Make 3500$ in 20 MIN [Method] 7
JavaScript | 3 min ago | 0.08 KB
FREE BTC GUIDE 6
JavaScript | 4 min ago | 0.08 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!