由买买提看人间百态

topics

全部话题 - 话题: number
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
w****x
发帖数: 2483
1
跪求roman number to integer 和 integer to roman number的程序, 特别是第一个
,哪个大牛帖一个??
b******i
发帖数: 2536
2
单位给了everify number, 但是不知道是不是正确的
有什么办法可以check这个吗?给USCIS打电话?
看到有同学说被RFE是因为单位给的number不正确。耽误了很长时间
之前有个帖子介绍说可以打电话确认这个number的。找不到这个帖子了。。
请知道的帮忙回答一下,谢谢!!
j*****7
发帖数: 386
3
已经In-Person面试过两轮了,三个星期以前二面,杳无音讯,本来已经不抱希望了。
这周一, HR突然E-Mail我Application Form,要我填,有Social Security Number,
同意Background Check 的授权书等。我问她,什么时候能有Decision,SS Number 能
不能不填。她说他们还有一,两个人要面, 不过我是“One Of The Top Candidates”
。要填Social Security Number。
我有点犹豫。她又打电话来问我过去几年准确的Salary, Bonus 数字。(第一次接触
的时候我给过她粗略的数字)我告诉她了。后来想想还是把表填了,星期二晚上发给她
了。
如果我想Follow Up,Check Status,今天是不是太早了一点?怎样才能知道他们是不
是做了Background Check?
以前都是Offer发了以后才做Background Check
l********r
发帖数: 140
4
来自主题: JobHunting版 - Find top K most frequent numbers?
I think I saw this before, but can't recall it.
How to find the top K most frequent numbers from a large number set? (or
from a stream of numbers)
Thanks!
l***d
发帖数: 12
5
来自主题: JobHunting版 - 求助 A家题目 Number Pool
implement the class
初始的 number pool 包含 [1...MAXLong]元素
checkout 返回number pool最小的元素,并取出
checkin 插入元素到number pool中
考虑只存checkout的元素,没太想清楚各种情况。。。
谁能说说最优的方案么
k******j
发帖数: 77
6
For Apr-8 receipt numbers processed:
WAC1312750001 – WAC1312750418 = 418
WAC1312850001 – WAC1312851070 = 1070
Total = 1488
Let us reduce 5% as applications from other category: 1488 – 5% = 1413
Rounded to 1400 applications for Apr-8
For Apr-9 receipt numbers processed:
WAC1312851072 – WAC1312852851 = 1779
WAC1312950001 – WAC1312951853 = 1853
Total = 3632
Let us reduce 5% as applications from other category: 3632 – 5% = 3450
3450 applications for Apr-9
For Apr-10 receipt numbers processed:
WAC131... 阅读全帖
s*****G
发帖数: 1535
7
可能是重新换了一个新的A number给你。
等下次再申请绿卡的时候,可能又是另外一个A number了。。。 不过那个A number会
一直跟到你换国籍为止
我的理解
w*****e
发帖数: 1050
8
http://en.wikipedia.org/wiki/Happy_number
Sequence behavior 给出了证明
so any number over 1000 gets smaller under this process and in particular
becomes a number with strictly fewer digits. Once we are under 1000, the
number for which the sum of squares of digits is largest is 999, and the
result is 3 times 81, that is, 243.
m********l
发帖数: 791
9
状态显示card production,但是没有收到任何tracking number的信息
我记得网上说是有tracking number提供的,请问大家是如何拿到tracking number呢?
谢谢
i**z
发帖数: 19
10
大家好,求问大家一个问题,我现在正在办h1b transfer pp。因为新公司急着让我去
上班,给我办的是h1b transfer premium processing。
我想知道一般h1b transfer premium processing,需要几天能收到那个receipt
number的email?我的律师是昨天(周四)给我file上去的,请问下周一能收到那个
receipt number的邮件或者fax吗?也就是过2个business day能拿到那个receipt
number吗 ?
谢谢大家
r*****t
发帖数: 2051
11
来自主题: JobHunting版 - 求助 OPT怎么查receipt number
UPS显示USCIS已经收到了我的材料
截止目前为止,没收到email或者短信,也没收到纸板的receipt with case number
请问怎么能查到呢?
我看联系一下我的银行,branch帮我查到了我支票的扫描件,扫面件的背面有个LIN开
头的字符,但是用这个在USCIS上查不到任何状态;同时我的朋友跟我几乎是同时寄的
材料,收到了email,他个case number比我在支票背面看到的的大将近5000,所以我怀
疑我在支票背面看到的号码也不一定真的是我的case number
l******9
发帖数: 579
12
I would like to find the total line number of a text file ( > 60 GB) in MS-
DOS.
I used:
findstr /R /N "^" file.txt | find /C ":"
But, the returned result is a negative number.
It is overflow ?
The file have not more than 5 billion lines.
For an integer (4 Bytes), its max range is From −2,147,483,648 to 2,
147,483,647.
So, I need to design a script to count the number by dividing the result
with 1000 ?
If yes, please help me with how to design the script in MS DOS.
Thanks
f********c
发帖数: 147
13
来自主题: JobHunting版 - 求解答:Find multiple missing numbers
题目:Given a file containing all possible numbers on a 32-bit architecture,
4 numbers are missing. Find the 4 missing numbers.
想了半天不知道该怎么入手,求高手解答下,谢谢了
s******5
发帖数: 141
14
这个解法有什么问题么?总是fail在最后一个test case上。test case 的input/
output很长网页上也没显示全...不知道哪儿错的。
http://www.lintcode.com/en/problem/count-of-smaller-number-befo
public class Solution {
/**
* @param A: An integer array
* @return: Count the number of element before this element 'ai' is
* smaller than it and return count number array
*/
public ArrayList countOfSmallerNumberII(int[] A) {
ArrayList list = new ArrayList<>();
int[] arr = new int[10001... 阅读全帖
h*c
发帖数: 23
15
During the processing, it will get smaller (see Wiki), so detecting looping
or 1 works:
To see this fact, first note that if n has m digits, then the sum of the
squares of its digits is at most 9^2 m, or 81m.
For m=4 and above, n > 10^{m-1} > 81m
so any number over 1000 gets smaller under this process and in particular
becomes a number with strictly fewer digits. Once we are under 1000, the
number for which the sum of squares of digits is largest is 999, and the
result is 3 times 81, that is, 24... 阅读全帖
s********e
发帖数: 158
16
来自主题: JobHunting版 - I129 表格A-number问题
我现在身份是f1 opt
请问i129表 第三页 Alien Registration Number (A-Number) (on page 3) 我应该填
EAD卡的USCIS # 还是填N/A,这个我理解是绿卡的A-number, 我没有
也是第三页的目前身份过期时间 Date status expires or D/S (on page 3) 我是应该
填ead卡的过期时间还是按f1 入境给的 D/S? 这个空在acrobat reader 里面设置成了
只能填日期,虽然它的名字暗示可以填D/S, 我怎么都写不了D/S
谢谢!!
F***Q
发帖数: 6599
17

and
搜了一下rebate form,说SN是在cleaner上的label,或者在箱子上。你两个都看过了
吗?
You can find the serial number on the label adhered to the pool cleaner
or on the side of the product carton. Claims received without the correct
serial number cannot be processed (see examples of serial numbers in
chart below).
如果真的没有,这是vendor的问题,他们有责任换,或者告诉你sn
f******g
发帖数: 17
18
刚开了chase check 125 bonus 的那个,网上开户显示account number是9位数的,今
天去payroll做DD,系统说account number 长度不对。
哪位知道chase 的check上account number是几位数?是在前面加一个0吗?
谢谢!
a***n
发帖数: 404
19
【 以下文字转载自 JobHunting 讨论区 】
发信人: arson (笨也要活着), 信区: JobHunting
标 题: Reimbursement form里面的 transfer number 是啥?
发信站: BBS 未名空间站 (Mon Mar 22 18:54:01 2010, 美东)
除了account number, 貌似还要有个 transfer number.
这个是啥?
谢谢。
a*****n
发帖数: 682
20
来自主题: Money版 - chase check account number怎么看
刚申请的chase checking account,网上只能看到最后四位数字,昨天收到debit card
,也找不到routing number and account number,现在要去办DD,没routing 和
account number咋整阿?
a*****n
发帖数: 682
21
来自主题: Money版 - chase check account number怎么看
Chase的回信:
For the security of your account, we are unable to
disclose the account number via email or by telephone.
You can find your account number listed on the bottom
portion of your checkbook. Additionally, you will find
your account number listed on the top right hand corner of
your statement and online statement image.
我现在没有check book阿,也没有statement
s**********g
发帖数: 14942
22
routing number是你银行的号码 支票上底部 左边是routing number 中间是account
number 看你的sample check就有了 或者问银行
starting记得是第一张支票的支票号 例如1001 从这个号码开始编号
n*********e
发帖数: 2289
23
如果是BOA的,online banking 里面可以看到你的account number
在那个account tab里面,左边菜单有现实你的account number和routing number的
一般去payroll,需要你提供一张空的支票,上面也有你的帐户号
也许statement为了保护个人隐私做了处理吧。
W**V
发帖数: 64
24
今早(星期一)申请的75000mile
链接 https://www.citicards.com/cards/acq/Apply.do?app=UNSOL&sc=4XKIW780&m=
7QAEZZUBZZW&langId=EN&siteId=CB&B=S&screenID=3001
在Step3的时候显示“Approved!”,立即打电话去客服1-866-606-2787,结果说要我
的Application Number,他们才可以查询我申请的卡细节,他说offer不同的,现在
不能告诉我具体细节,他说要到Step5完成全部申请的时候就会看到一个2050。。。
开头的number.
挂上电话接着完成申请表到step5, 只是显示Thank you! 也没有显示number,打印
出来这页,又打上面那个客服电话,这回美女接的,也没有办法,但是告诉我打
专门处理网上申请表的部门电话,1-888-201-4523,打过去,核实个人信息后当即
被告知6个月内消费1500,即可得到75000mile,免一年年费。LOL 新手第三次跳deal,
成功!得益于本版,回馈大家。
还有问题请问,我今
n*****t
发帖数: 834
25
来自主题: Money版 - Chase 的 routing number 怎么看?
Dear xxx,
Thank you for contacting the Internet Service Center.
We apologize for the concern you are having in regards to
your routing number.
The routing number for your account ending in 0620 is
267084131.
You may also look confirm this through chase.com. Once
you are logged in, click on the Customer Center Tab.
Next, click on "Find Transit/Routing Number" under the
Tools section, on the Reference Center area.
If you require further assistance, please e-mail us via
the Secure Message Center or... 阅读全帖
f**********n
发帖数: 3081
26
"backdoor number" is one that gets you past frontline CSR's directly to
Credit Analysts / Credit Departments / Account Managers / Account
Specialists (different lenders call 'em different things) - these people/
departments have decision-making abilities far beyond frontline CSR's; they
are able to take and review requests for reconsideration of denied cc apps
or CLI requests, APR reductions, etc. and implement their decisions.
Last Update: 01/26/11
AmEx Oasis Program: 888-232-3261
American Exp... 阅读全帖
f**********n
发帖数: 3081
27
"backdoor number" is one that gets you past frontline CSR's directly to
Credit Analysts / Credit Departments / Account Managers / Account
Specialists (different lenders call 'em different things) - these people/
departments have decision-making abilities far beyond frontline CSR's; they
are able to take and review requests for reconsideration of denied cc apps
or CLI requests, APR reductions, etc. and implement their decisions.
Last Update: 01/26/11
AmEx Oasis Program: 888-232-3261
American Exp... 阅读全帖
W******o
发帖数: 59
28
前段时间申请了那个chase UA mileage plus的卡,结果一直都没看到bonus miles。昨
儿去chase问了问,说是已经给了,然后给了一个mileage plus number。我申请这个卡
后UA回国一次国,结果那次好像弄了另一个mileage plus number。我现在每个number
里都有一点mileage,能让UA给我合并不?
R******k
发帖数: 357
29
在国内打算汇钱过来,国内银行要求提供开户行的ABA number,这个就是routing
number么?
多谢
B******y
发帖数: 9065
30
头一次用bluebird,想通过bill pay来付mortgage,没想到却出error message “
Sorry, it looks like the account number or the zip code you entered is
incorrect (you may need to enter 5 or 9 zip code numbers). Please try again.
”这不是笑话么,我可以肯定account numer和zip code都没有错,但account number
是以00开头,而zip code是以0开头的,难道bluebird就认不出来了?
打电话给客服,一个慵懒的黑女的声音,搞security question就浪费了不少时间,然
后东扯西拉的不着边际,说我的IE版本过高,11不行,得用8或9的,或是其他brower。
。。实际证明,这都是胡扯,用单位的IE8也有同样问题,google chrome也不行,我甚
至用sansung note II的手机也不行,简直快疯了。。。
k******g
发帖数: 1212
31
我有一张citi信用卡, 上个月刚申请的。
今天查看信用报告,发现experian里面这个卡的account number与另外两家不一样。
我又查看了其他信用卡,发现其他卡的account number在三家的记录都一样。
(account number不是卡后四位)
这是为啥呢?
m**2
发帖数: 3374
32
Tried to call several BOA recon numbers and they were all not working.
Called an application line and asked for recon numbers and was told they do
not give out recon numbers now.
c*****2
发帖数: 103
33
boa没汇过 citi用的是routing number + account number
c********n
发帖数: 704
34
谢谢!请问这两个number是要填在一行吗?像支票那样中间空开?因为农行那边好像只
要一个账号。另外,boa的人告诉我说一定要用routing number for wires。。。。请
问下为什么不要用这个呢。。。
X***N
发帖数: 75
35
第一次申请,自己原本没有HH number。 按说这卡应该自动生成一个HH number,但是却
没有,打电话要求给一个HH number被告知出错,让过几天再打来。大家有遇见过这种
情况吗?
t**********9
发帖数: 704
36
有父母近期签证的姐妹请帮忙看一下,
父母签证申请表DS-160中的national ID number要填写父母在中国的身份证号么?
多谢多谢。
还有一个问题就是passport book number应该填写do not apply 还是护照首页右边竖着印的八个数字啊?多谢多谢。
az
发帖数: 16686
37
http://blog.wenxuecity.com/blogview.php?date=201002&postID=20951#DS160
3. Passport Information (护照)
Passport Number 护照编号
Passport Book Number 护照本编号 -不知为何物,勾 [x] Does Not Apply 项
Country/Authority that Issued Passport 护照签发国家 -China
上面问的是哪个国家的护照,下面问的是护照在哪个国家签发的。中国的护照有可能是
在纽约市换发的。
City 护照签发城市
State/Province *If shown on passport 护照签发州/省
Country 护照签发国家
Issued Dare 签发日期
Expiration Date 有效期
在 tigertiger09 (老虎老虎斑斑) 的大作中提到: 】
C*****h
发帖数: 926
38
【 以下文字转载自 NextGeneration 讨论区 】
发信人: Carwash (for+free), 信区: NextGeneration
标 题: 给刚出生的小孩,申请Social Security Number
发信站: BBS 未名空间站 (Thu Feb 4 21:08:56 2010, 美东)
今年年底11月份,小孩将出生,怎么给他申请social security number?
需要多长时间?我想填税表的时候用,这样小孩可以省税。
如果social security number在明年才申请下来,但是在交税表之前(四月份),
不知道能不能加到税表里?
I******e
发帖数: 6478
39
来自主题: Parenting版 - Rule number 1. Do Not Feed The Trolls
Rule number 1. Do Not Feed The Trolls
Rule number 2. Do Not Feed The Trolls
Rule number 3. If one escapes into a forum ignore
a*****g
发帖数: 19398
40
来自主题: Parenting版 - Go Game helps number sense and common core
Go Game helps number sense and common core
By GoMath Academy
給全伊州数学老师年会的 proposal 出来了——
Go game, originated from China at least 2000 years ago, is the oldest and
most continually played strategic board game in the world. There exists a
hidden natural connection between math and the extremely simple lines and
circles in the Go game. Schools in China often list Go game as a selective
or even mandatory course. During this hand-on session, you will learn how to
play Go game and experience how it can... 阅读全帖
s********y
发帖数: 24
41
有人知道怎么查after school program 的license number 以及过往的complaint吗?
我去了我们州的licensing department 网页,输入一个license number 时,网断了,
上不去了。
还有别的办法查license number 吗?主要想看以前有没有injury iccident filed。
谢谢!
t*****n
发帖数: 4908
42
完全可以
http://www.mitbbs.com/clubarticle/Prepaid/8243_0.html
发信人: banchui (banchui), 信区: Prepaid
标 题: Re: 建议置顶:手机加入/激活Page Plus的方法
发信站: BBS 未名空间站 (Tue Oct 4 21:36:27 2011, 美东)
我来确认一下,ATT的帐号就是账单上的那个account number,而不是网页登陆时的那
个手机号码。passcode如果之前设过,就是那个;如果之前没设,可能得打电话给ATT
设一个。我因为已经知道了account number和passcode,所以没有打电话给ATT要求
release号码。事实证明这样也是可行的:只要有account number和passcode,PP的人
就会联系ATT完成PORT.
h******n
发帖数: 50
43
case number已经生成了,package也生成打印了,才发现填错了一个重要的地方。
我该怎么办?
重新申请一个case number?第二次申请的时候,第20项,If you have ever
applied for a J visa recommendation,.., please enter your most recent case
number___
我要不要把第一次生成的case number填上?
个人感觉是不用填的,我觉得这个地方提到的apply是指已经寄过材料了才能算的。
而且根据DOS网站上 Complete an online application for a J-1 waiver
recommendation 上面的的重要提示:It is not currently possible to "submit"
the data electronically。我觉得在这个网站上在线填的资料他们是不会有记录的,
这个网站的功能仅仅是帮我们生成填好的可打印版的3035。要是我们填的资料通过
这个网站进入了他们的数据库的话,就不用我们再邮寄打印的3035了,我
s****h
发帖数: 59
44
case number已经生成了,package也生成打印了,才发现填错了一个重要的地方。
在重新申请一个case number的时候,第20项,If you have ever
applied for a J visa recommendation,.., please enter your most recent case
number___
我要不要把第一次生成的case number填上?
t****z
发帖数: 41
45
J1豁免填写DS-3035表生成case number后发现表中有错,能重新填写生成一个新的case
number
么?会不会有影响?
另外,填表时关于2019表还有个疑问:
我当初拿到offer后,第一份2019表中个别地方出错,因此美国学校就重新寄了个表给
我,我拿着第二
个表去签证,被check,期间美国学校又给我寄了一个新表(第三个)。等我拿到签证
后,签证官是在
第二个表上签的字,我就带着第二个和第三个表来美国,入关时,移民局的人在我第三
个表上盖的章
(大概认为这个是新表吧)。等到学校报到后,学校又给我重新发了个从报到日起的新
表(第四个)。
注:这4个表的SEVIS number都一样。
遇到的问题是:在线填写2019表信息时,有一项是purpose of this form,我发现我的
后面三个表
都是amend previous form,第一个表已经找不到了,应该没有带到美国来。我这种情
况,是只需填
写第四个来美国后用的这个表,还是前面的都要填?不过第一个已经找不到了。郁闷~
a********x
发帖数: 1339
46
no, they are different. I94 number is shown in your I94 card. It changes
every time you got a new I94. Alien number was assigned to you by USCIS. I
found mine on my OPT card.
h*********e
发帖数: 247
47
来自主题: Postdoc版 - J1 豁免ds 3035 表case number
下午填写了ds 3035,后来发现有错误。
如果重新开始填写,会生成新的bar code和case number。
如果重新填写,怎么保证case # 不变了? 我填了,只有在20行输入 原来就得case
number才能用 原来的case number。 但barcode 就会变了。
我材料都没有寄出,可不可以直接重头申请新的case# 之类的。寄出全新的东西。
那原来那个case# 是否也会一直存在DOS的系统里,而有我的信息?
大家认为我该怎么办?
谢谢
c*******y
发帖数: 1657
48
J1豁免
DOS在3月2号favorable recommendation sent了
上周打USCIS电话查receipt number,说再等一周
今天打USCIS电话查receipt number,说给DOS打电话202-663-1225
难道不是在USCIS查receipt number吗?
s**u
发帖数: 9035
49
来自主题: Postdoc版 - J1豁免的SR也有number吗?
这个就是service request的number.
YOu can call again and check the result using this number.
USCIS will send you email or letter telling you the result using this number after 3-4 weeks.
l*****E
发帖数: 122
50
case number 找回来了,新的问题又来了。case number 不变,但是条形码变了,这样
的话,我寄给dos的packet里面的条形码,和大使馆发出的NOL岂不是不一样?只case
number一样可以么?还是需要重新把材料寄给领事馆,在走一边流程?好麻烦啊!
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)