Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
1.1
OlteanuVlad0106
Nov 18th, 2019
112
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <iostream>
using namespace std;
int main ()
{
int x,p=1,n,r=0;
cin>>x;
do
{
n=x%10;
if(n<5)
{
r=r+n*p;
p=p*10;
}
x=x/10;
}while (x!=0);
cout<<r;
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 34 min ago | 1.04 KB
⭐ Exploit Documentation ⭐
CSS | 35 min ago | 1.04 KB
This month smells like money
CSS | 35 min ago | 1.04 KB
libJSON
Lua | 1 hour ago | 69.33 KB
CE Hotkeys Manager
Lua | 1 hour ago | 5.36 KB
updateStructFromMonoClass
Lua | 1 hour ago | 4.92 KB
TableCleaner
Lua | 1 hour ago | 3.99 KB
Print table to LUA console
Lua | 1 hour ago | 2.70 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!