Redian新闻
>
美国的结婚证 回国签F2 必须要公证再拿到大使馆认证吗?
avatar
美国的结婚证 回国签F2 必须要公证再拿到大使馆认证吗?# Reunion - 探亲与陪读
k*e
1
以下两个题目,都十分繁琐
1) given a sorted array, then rotate at certain place and move those
numbers to the left begining. i.e, 12345, rotate at 3, we will get 34512,
output where is the rotation place.
require: handle all extreme cases. for example, 1 million 0 and the other
number is 2.
2) given an int less than 1 billion, output its english representation. then
1231 would be one thousand and thirty one.
the problem is: we have to be very careful about the placement of "and". if
1000, then just one thous
avatar
m*i
2
现在amex这张卡欠我3000多,要check的话他家愿意给吗
avatar
j*j
3
中国公民 在美国领的结婚证 回国签F2
可以直接用那个结婚证吗?
还是必须要先拿到大使馆认证一下才可以?
谢谢
avatar
k*e
4
老大 麻烦你把题目读完再说 ft
avatar
p*y
5
可以,在别家银行干过。而且如果我pay多了,AMEX经常主动给我寄过来。

【在 m*****i 的大作中提到】
: 现在amex这张卡欠我3000多,要check的话他家愿意给吗
avatar
j*j
6
UP
avatar
H*M
7
还好我迅速的发现是不同的,适时地删除了帖子

【在 k***e 的大作中提到】
: 老大 麻烦你把题目读完再说 ft
avatar
m*i
8
一般等多久,如果我不主动要的话
现在节日过去了也花不了啥钱了,能换成cash最好了

【在 p*******y 的大作中提到】
: 可以,在别家银行干过。而且如果我pay多了,AMEX经常主动给我寄过来。
avatar
C*B
9
同问!!!
avatar
k*e
10
我写的程序 嵌套了若干的if else
在用emacs的情况下 都出了一次错

【在 H*M 的大作中提到】
: 还好我迅速的发现是不同的,适时地删除了帖子
avatar
l*7
11
打电话,立即给你邮寄check
avatar
s*r
12
my bad

【在 H*M 的大作中提到】
: 还好我迅速的发现是不同的,适时地删除了帖子
avatar
p*y
13
我那个最极端的印象好象当月就给退回来了,至多一个月。

【在 m*****i 的大作中提到】
: 一般等多久,如果我不主动要的话
: 现在节日过去了也花不了啥钱了,能换成cash最好了

avatar
H*M
14
出一次错怎么了?
你想写程序不出错?

【在 k***e 的大作中提到】
: 我写的程序 嵌套了若干的if else
: 在用emacs的情况下 都出了一次错

avatar
m*i
15
你经常干这事?有什么好处,呵呵

【在 p*******y 的大作中提到】
: 我那个最极端的印象好象当月就给退回来了,至多一个月。
avatar
k*e
16
难道不出错不是大家奋斗的目标吗?
再提一个ws的题目
given two sorted array, find the (right) median. here right median means
when the total number is even, the median that is larger.

【在 H*M 的大作中提到】
: 出一次错怎么了?
: 你想写程序不出错?

avatar
c*a
17
可以赚点数吧...呵呵

【在 m*****i 的大作中提到】
: 你经常干这事?有什么好处,呵呵
avatar
H*M
18
不出错不太可能吧
你有多少程序能一遍就写对? percentage?

【在 k***e 的大作中提到】
: 难道不出错不是大家奋斗的目标吗?
: 再提一个ws的题目
: given two sorted array, find the (right) median. here right median means
: when the total number is even, the median that is larger.

avatar
k*e
19
老大 现在不是讨论这样可能不可能 而是希望能提高正确率
我抛砖引玉一下
现在我经常用穷举
比如那个小于one billion输出英语表示的题目
given number n, decompose it to x,y,z where x, y, z are all 3 digits number
then
x=0 y=0 z=0
x=0 y=0 z!=0
x=0 y!=0 z=0
反正全部写出来就8种情况
我分别做就可以避免出错

【在 H*M 的大作中提到】
: 不出错不太可能吧
: 你有多少程序能一遍就写对? percentage?

avatar
m*f
20
first question, say the array is a, the rotated array is b.
just find a as substr in bb, the returned index is the rotation place.

then
if

【在 k***e 的大作中提到】
: 以下两个题目,都十分繁琐
: 1) given a sorted array, then rotate at certain place and move those
: numbers to the left begining. i.e, 12345, rotate at 3, we will get 34512,
: output where is the rotation place.
: require: handle all extreme cases. for example, 1 million 0 and the other
: number is 2.
: 2) given an int less than 1 billion, output its english representation. then
: 1231 would be one thousand and thirty one.
: the problem is: we have to be very careful about the placement of "and". if
: 1000, then just one thous

avatar
k*e
21
老大 注意时间复杂度啊
我给的例子是极端情况 更多情况是仅有少量重复 你这样太毁cpu了

【在 m*****f 的大作中提到】
: first question, say the array is a, the rotated array is b.
: just find a as substr in bb, the returned index is the rotation place.
:
: then
: if

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。