由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 向大牛问一道电面题
相关主题
一道program challenge的题发个g的电面
我花了一个小时才调通过这个程序求问一道动态规划的题目 (转载)
问一个面试问题不要对烙印有一丝好感
Another amazon interview questions一道Facebook题如何避免溢出
问一道算法题请教一道算法题
一个小题 谁能帮着给点思路 谢谢啦!向大牛求教
Coding Problems(要简洁明了,不需要性能)想成为嵌入式程序员应知道的0x10个基本问题 zz
请问如何去除结果里面的重复[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zz
相关话题的讨论汇总
话题: integer话题: input话题: output话题: int话题: must
进入JobHunting版参与讨论
1 (共1页)
a********r
发帖数: 218
1
complete a function as follows:
int getClosest(int x)
{
}
The output must be smaller than the input integer but closest to the input
integer AND the output integer and the input integer must contain same 1's.
For example, if the input is 5, it binary representation is 0101, so the
answer will be 0011 (it is 3) because 3 < 5 and both have two 1's
h**********l
发帖数: 6342
2
150原体啊

.

【在 a********r 的大作中提到】
: complete a function as follows:
: int getClosest(int x)
: {
: }
: The output must be smaller than the input integer but closest to the input
: integer AND the output integer and the input integer must contain same 1's.
: For example, if the input is 5, it binary representation is 0101, so the
: answer will be 0011 (it is 3) because 3 < 5 and both have two 1's

1 (共1页)
进入JobHunting版参与讨论
相关主题
[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zz问一道算法题
google 首轮面世汇报一个小题 谁能帮着给点思路 谢谢啦!
Google电话面试题目Coding Problems(要简洁明了,不需要性能)
[合集] Google电话面试题目请问如何去除结果里面的重复
一道program challenge的题发个g的电面
我花了一个小时才调通过这个程序求问一道动态规划的题目 (转载)
问一个面试问题不要对烙印有一丝好感
Another amazon interview questions一道Facebook题如何避免溢出
相关话题的讨论汇总
话题: integer话题: input话题: output话题: int话题: must