Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
算法
位运算 (Python)
Module:
位运算 (Python)
Problem
10
/13
功能
Problem
<分区>
有一个取自然数的函数。该函数将此数字的所有位设置为零,最低有效位除外,并以十进制表示法返回结果。
实现这个功能。
例如
给定数字 40(10) = 101000(2)
函数将其变为 1000(2) = 8(10)
(c) Kurbatov E., 2017
Запрещенные операторы: while;for;if
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary