Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 2nd, 2020
2,182
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
n
=
int
(
input
(
)
)
m
=
int
(
input
(
)
)
s
=
int
(
input
(
)
)
for
a
in
range
(
m
,
n
,
-
1
)
:
if
a %
2
==
0
and
a %
3
==
0
:
if
a
==
s:
break
print
(
a
,
end
=
" "
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Valid Anagrams - LeetCode
Java | 1 min ago | 3.13 KB
💡 Instant BTC Profit Method ✅ Working
JavaScript | 7 min ago | 0.22 KB
InfiniteReboot
Lua | 9 min ago | 0.55 KB
💎 ChangeNOW Exploit 🔥🔥
JavaScript | 9 min ago | 0.20 KB
💡 EASY MONEY GUIDE ✅ Working 🚨🔥
JavaScript | 20 min ago | 0.20 KB
Untitled
Haxe | 21 min ago | 1.43 KB
🚀 Swapzone +37% glitch
JavaScript | 29 min ago | 0.22 KB
Contains Duplicate - LeetCode
Java | 34 min ago | 1.30 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!