Redian新闻
>
急问:收到485 receipt notice后多久才能在网上查到状态?
avatar
急问:收到485 receipt notice后多久才能在网上查到状态?# Immigration - 落地生根
w*n
1
给一个string的dictionary。求所有不share char的string pair中长度乘积最大的。
比如给了 cat dog map fast所求pair就是 (dog, fast) 输出12.
follow up: 求所有只share一个char的string pair中长度乘积最大的。
好像以前在本版见过这个题找不到链接了。。。
avatar
a*t
2
今天刚收到NSC的485/131/765 receipt notice,知道了receipt number LINXXXXX,RD
05/20。
在网上查了一下,3个case现在找不到:
Your case can not be found at this time in My Case Status. Please check your
receipt number and try again. If you need further assistance, please call
the National Customer Service Center at 1.800.375.5283.
想问下大家都是立刻就能在网上查到状态吗?
担心像之前的一个ID一样,一直在网上查不到任何状态,那岂不是连刷屏都没得刷。。
多谢大家
avatar
s*a
3
印象中这种似乎只能两层循环 外加些剪枝吧
avatar
x*l
4
看这个https://docs.google.com/spreadsheet/ccc?key=
0AuC8zeayUPP7dGFUSkRYZ1dYSGw5SXVvSkR1MUQ0M3c&hl=en_US#gid=17。一般1到2个星期。

your

【在 a**t 的大作中提到】
: 今天刚收到NSC的485/131/765 receipt notice,知道了receipt number LINXXXXX,RD
: 05/20。
: 在网上查了一下,3个case现在找不到:
: Your case can not be found at this time in My Case Status. Please check your
: receipt number and try again. If you need further assistance, please call
: the National Customer Service Center at 1.800.375.5283.
: 想问下大家都是立刻就能在网上查到状态吗?
: 担心像之前的一个ID一样,一直在网上查不到任何状态,那岂不是连刷屏都没得刷。。
: 多谢大家

avatar
m*n
5
按长度从大到小排序,然后,一个个试过去?
def max_product(A):
A.sort(key=len, reverse=True)
result = 0
for i in range(len(A)):
for j in range(i+1, len(A)):
if result < len(A[i])*len(A[j]):
if not any(c for c in A[i] if c in A[j]):
result = len(A[i])*len(A[j])
else: break
return result
follow up, 就改一行,
if not any(c for c in A[i] if c in A[j]):
改成
if len(list(c for c in A[i] if c in A[j]))==1:

【在 w******n 的大作中提到】
: 给一个string的dictionary。求所有不share char的string pair中长度乘积最大的。
: 比如给了 cat dog map fast所求pair就是 (dog, fast) 输出12.
: follow up: 求所有只share一个char的string pair中长度乘积最大的。
: 好像以前在本版见过这个题找不到链接了。。。

avatar
a*t
6
多谢
不过我的意思是说,我已经收到receipt notice了,有了receipt number,但是我在
USCIS case status的网站上查不到我的case
这个是什么情况???正常吗?

期。

【在 x****l 的大作中提到】
: 看这个https://docs.google.com/spreadsheet/ccc?key=
: 0AuC8zeayUPP7dGFUSkRYZ1dYSGw5SXVvSkR1MUQ0M3c&hl=en_US#gid=17。一般1到2个星期。
:
: your

avatar
x*6
7
re,等等看有没有更好的解法
avatar
g*i
8
我们当时就可以查了,但是听说过有的可能要等几天。bless
avatar
f*5
9
你这样暴力解法就不用排序了吧
[在 maxthon (JobHunting) 的大作中提到:]
:按长度从大到小排序,然后,一个个试过去?

:...........
avatar
b*e
10
我的等了大概近一周网上才能查到

RD
your

【在 a**t 的大作中提到】
: 今天刚收到NSC的485/131/765 receipt notice,知道了receipt number LINXXXXX,RD
: 05/20。
: 在网上查了一下,3个case现在找不到:
: Your case can not be found at this time in My Case Status. Please check your
: receipt number and try again. If you need further assistance, please call
: the National Customer Service Center at 1.800.375.5283.
: 想问下大家都是立刻就能在网上查到状态吗?
: 担心像之前的一个ID一样,一直在网上查不到任何状态,那岂不是连刷屏都没得刷。。
: 多谢大家

avatar
M*7
11
这里对第一问讨论比较详细了
http://www.mitbbs.com/article_t/JobHunting/32868775.html

【在 w******n 的大作中提到】
: 给一个string的dictionary。求所有不share char的string pair中长度乘积最大的。
: 比如给了 cat dog map fast所求pair就是 (dog, fast) 输出12.
: follow up: 求所有只share一个char的string pair中长度乘积最大的。
: 好像以前在本版见过这个题找不到链接了。。。

avatar
a*a
12
17号收到的短信和email,check cashed,昨天收到的mail notice,到现在也是网上查
不到。

RD
your

【在 a**t 的大作中提到】
: 今天刚收到NSC的485/131/765 receipt notice,知道了receipt number LINXXXXX,RD
: 05/20。
: 在网上查了一下,3个case现在找不到:
: Your case can not be found at this time in My Case Status. Please check your
: receipt number and try again. If you need further assistance, please call
: the National Customer Service Center at 1.800.375.5283.
: 想问下大家都是立刻就能在网上查到状态吗?
: 担心像之前的一个ID一样,一直在网上查不到任何状态,那岂不是连刷屏都没得刷。。
: 多谢大家

avatar
a*t
14
UPDATE: 06/03, 13 days after RD, still couldn't find it on-line. Is this
normal?????
Anyone has RD around 05/20 is in the same situation?
NSC
Thanks!

RD
your

【在 a**t 的大作中提到】
: 今天刚收到NSC的485/131/765 receipt notice,知道了receipt number LINXXXXX,RD
: 05/20。
: 在网上查了一下,3个case现在找不到:
: Your case can not be found at this time in My Case Status. Please check your
: receipt number and try again. If you need further assistance, please call
: the National Customer Service Center at 1.800.375.5283.
: 想问下大家都是立刻就能在网上查到状态吗?
: 担心像之前的一个ID一样,一直在网上查不到任何状态,那岂不是连刷屏都没得刷。。
: 多谢大家

avatar
M*7
16
不客气。
请问follow up是至多一个重复还是恰好一个重复?

【在 w******n 的大作中提到】
: 谢谢啦。就是这个帖子。当时懒了没看之后就找不到了。。。
avatar
M*7
17
嗯, 可以想一下优化方法。 假设是要求有且仅有一个字符重复(该字符可以重复多次
)。
感觉第一步的变成字符集的方法还是会有帮助。这样再暴力也是(2^|a|)^2 = 2^(|a|+1
)。
第二步可以对每个字符重复,把含该字符的字符集分组,之后去掉该字符,在组内使用
原方法。
每个字符处理的字符集会有重复,复杂度会提高,但是不会太变态。
每次的集合数是 2^(|a|-1),这样要做|a|次。
要求完全不重复的时候是2^|a|个集合,做一次。
所以比完全不重复提高了|a|/2的复杂度。

【在 m*****n 的大作中提到】
: 这个方法,用在第二问就完蛋了。
avatar
w*n
18
我看的描述是恰好一个重复

【在 M**********7 的大作中提到】
: 不客气。
: 请问follow up是至多一个重复还是恰好一个重复?

avatar
M*7
19
这样啊,谢谢。

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