Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
бинарный поиск
nq1s788
Apr 16th, 2024
111
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Python
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
a
=
list
(
map
(
int
,
input
(
)
.
split
(
)
)
)
#[2, 5, 7, 9]
x
=
int
(
input
(
)
)
#индекс первого, >= x
l
=
-
1
r
=
len
(
a
)
while
r - l
>
1
:
m
=
(
l + r
)
//
2
if
a
[
m
]
>=
x:
r
=
m
else
:
l
=
m
print
(
r
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ get any gift card for FREE
JavaScript | 1 sec ago | 0.05 KB
⭐ get any gift card for FREE⭐ GY
JavaScript | 2 sec ago | 0.18 KB
⭐ get any gift card for FREE
JavaScript | 5 sec ago | 0.05 KB
⭐ Binance Account hack 6E
JavaScript | 8 sec ago | 0.18 KB
⭐ get any gift card for FREE
JavaScript | 12 sec ago | 0.05 KB
⭐ giftcards for free
JavaScript | 13 sec ago | 0.05 KB
⭐️ EARN $500 INSTANTLY LY
JavaScript | 16 sec ago | 0.18 KB
⭐ FREE giftcards method
JavaScript | 16 sec ago | 0.05 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!