Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 2nd, 2020
1,754
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
N = int(input())
M = int(input())
S = int(input())
for house in range(M, N-1, -1):
if house % 2 == 0 and house % 3 == 0:
if house == S:
break
print(house, end=' ')
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ MAKE $12OO IN 10 MIN 2
JavaScript | 3 sec ago | 0.08 KB
MAKE $900 INSTANTLY O
JavaScript | 8 sec ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN N
JavaScript | 17 sec ago | 0.08 KB
FREE BTC GUIDE 4
JavaScript | 54 sec ago | 0.08 KB
✅ MAKE $12OO IN 10 MIN I
JavaScript | 54 sec ago | 0.08 KB
FREE BTC GUIDE 9
JavaScript | 1 min ago | 0.08 KB
Make $200 in 15 minutes E
JavaScript | 1 min ago | 0.08 KB
FREE BTC GUIDE P
JavaScript | 1 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!