Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
бинарный поиск
nq1s788
Apr 16th, 2024
172
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
initialize_db.ps1
Batch | 6 min ago | 0.40 KB
compile_code.ps1
Batch | 6 min ago | 0.40 KB
validate_schema.ps1
Batch | 16 min ago | 0.40 KB
refresh_policies.ps1
Batch | 16 min ago | 0.40 KB
init_environment.ps1
Batch | 26 min ago | 0.40 KB
init_environment.ps1
Batch | 26 min ago | 0.40 KB
MAKE $500 INSTANTLY 9
JavaScript | 30 min ago | 0.08 KB
push_updates.ps1
Batch | 36 min ago | 0.40 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!