This website requires JavaScript.
Explore
Help
Register
Sign In
sophron
/
python_it_top
Archived
Watch
1
Star
0
Fork
0
You've already forked python_it_top
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-10-25
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
main
python_it_top
/
file1.py
7 lines
92 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
16 sept
2025-09-16 13:22:24 +05:00
n
=
int
(
input
(
)
)
bit_num
=
int
(
input
(
)
)
n
=
n
|
(
1
<<
bit_num
-
1
)
i
=
int
(
n
~
1
)
print
(
i
)
Reference in New Issue
Copy Permalink