Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
бинарный поиск
nq1s788
Apr 16th, 2024
133
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
Products.js
JavaScript | 2 min ago | 1.18 KB
EARN $900 INSTANTLY 2025⭐ 8F
JavaScript | 11 min ago | 0.05 KB
Getting ESP32 wifi creds
C++ | 15 min ago | 4.31 KB
Order.js
JavaScript | 18 min ago | 1.18 KB
computercraft1
Lua | 24 min ago | 7.35 KB
Make $1000 15-MINUTES (BEGINNER) HA
JavaScript | 24 min ago | 0.05 KB
Market.js
JavaScript | 33 min ago | 1.18 KB
EARN $900 INSTANTLY 2025 XH
JavaScript | 38 min 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!