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