Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
알고리즘
비트 연산(C++)
Module:
비트 연산(C++)
Problem
10
/13
기능
Problem
자연수를 취하는 함수가 있습니다. 이 함수는 최하위 비트를 제외하고 이 숫자의 모든 비트를 재설정하고 결과를 10진수 표기법으로 반환합니다.
이 기능을 구현합니다.
예
주어진 숫자 40(10) = 101000(2)
이 함수는 그것을 1000(2) = 8(10)으로 바꿉니다.
(c) 쿠르바토프 E., 2017
1000
ms
32 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary