3
1
2
39
168
594
258
中文描述: 1、从卡号最后一位数字开始,偶数位乘以2,如果乘以2的结果是两位数,将结果减去9。 2、把所有数字相加,得到总和。 3、如果信用卡号码是合法的,总和可以被10整除。 英文描述 1.Counting from the check digit, which is the rightmost, and moving left, double the value of every...