Redian新闻
>
AT&T合约机5S(没激活)回国可以用吗? (转载)
avatar
AT&T合约机5S(没激活)回国可以用吗? (转载)# Apple - 家有苹果
A*3
1
1. 算时针和分针的夹角
2. brain teaser: 3个盒子,1个apple, 1个orange,1个orange和apple的混合
所有盒子的标签都是错的,每次从1个盒子里面拿1个水果,问拿几次才能判断每个盒
子里面是什么
3. 判断List有没有环,分析时间复杂度
4. inorder遍历binary search tree
5. why amazon
avatar
a*q
2
【 以下文字转载自 ebiz 讨论区 】
发信人: awq (awq), 信区: ebiz
标 题: AT&T合约机5S(没激活)回国可以用吗?
发信站: BBS 未名空间站 (Mon Sep 23 22:09:14 2013, 美东)
有证实的没有?
avatar
h*k
3
第二题worst case可能要把混合盒子里的某种水果拿光才能判断出来。
avatar
R*o
4
no
its registered on apple server when u check out at apple store or whatever,
and will get locked whenever u connected it to internet to activate it

【在 a*q 的大作中提到】
: 【 以下文字转载自 ebiz 讨论区 】
: 发信人: awq (awq), 信区: ebiz
: 标 题: AT&T合约机5S(没激活)回国可以用吗?
: 发信站: BBS 未名空间站 (Mon Sep 23 22:09:14 2013, 美东)
: 有证实的没有?

avatar
f*g
5
Thanks for sharing your interview questions:-) I try to come up my brief
solution here. Any comments/suggestions are highly welcome!
1. 算时针和分针的夹角
/* Compute the smaller angel between the hour and min hands*/
float calcAngle(unsigned int hour, unsigned int min)
{
double hAngle, mAngle, angle;
if( hour > 12 || 0 == hour || min > 60)
{
return -1;
}
mAngle = 6*min; // 360/60 = 6
hAngle = 30*hour + 0.5*min; // 360/12 = 30; 30/60=0.5
if( mAngle > hAngle)
avatar
j*f
6

whatever,
wrong,ebay上几块钱就可以解锁

【在 R******o 的大作中提到】
: no
: its registered on apple server when u check out at apple store or whatever,
: and will get locked whenever u connected it to internet to activate it

avatar
A*3
7
第2题好像有点问题,拿2轮就可以100%判断了
avatar
a*q
8
Bought at att store. Asked sales not to activated it.回家连家里的网络没问题
,就当itouch在用,不知道寄回国可以加入联通或者移动吗
avatar
f*g
9
Could you give me some details how could you do that:-)
I might have some misunderstanding about the problem itself.

【在 A*********3 的大作中提到】
: 第2题好像有点问题,拿2轮就可以100%判断了
avatar
c*7
10
同求问verizon的合约机,upgrade来的,还没寄到。这种是不是就是没有激活的?可以
回国用么?
avatar
D*h
11
一次就行,拿那个标注“混合”的,就可以判断余下的了。

【在 A*********3 的大作中提到】
: 第2题好像有点问题,拿2轮就可以100%判断了
avatar
p*d
12
avatar
f*g
13
Smart! I forget one important hint in the question- "MARK"
Yes, one round is enough.
Thanks :-D

【在 D***h 的大作中提到】
: 一次就行,拿那个标注“混合”的,就可以判断余下的了。
avatar
c*h
14
这种合同机,都是上锁的。
你想办法解锁了就可以用别家的卡,否则带回去根本不能用。
avatar
h*k
15
标签都搞混了,标签“混合”既可能在别的盒子上,也有可能还在混合水果盒上,能起
什么作用?

【在 D***h 的大作中提到】
: 一次就行,拿那个标注“混合”的,就可以判断余下的了。
avatar
c*p
16
打电话给ATT说要travel,然后就给解锁了。
avatar
f*g
17
"所有盒子的标签都是错的" -- Got it?

【在 h**k 的大作中提到】
: 标签都搞混了,标签“混合”既可能在别的盒子上,也有可能还在混合水果盒上,能起
: 什么作用?

avatar
m*k
18
yes
you got it

【在 D***h 的大作中提到】
: 一次就行,拿那个标注“混合”的,就可以判断余下的了。
avatar
y*e
19
感谢分享。尝试做一下。
1. 算时针和分针的夹角
avatar
j*w
20
Pick the box w/ label "orange and apple".
(a) If it's apple, we know
the box w/ label "orange" must contain orange and apple.
the box w/ label "apple" must contain orange.
(The other combination doesn't work since ALL boxes are labeled wrong).
Similarly, (b) if it's orange, ...
So, pick once.
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。