求一道数字谜

来源:百度知道 编辑:UC知道 时间:2024/06/05 09:45:41
如题:
一年一小变
三年一大变
2 0 1 0 年
+ 漳州一大变
-----------------
发发发发发
已知:漳=2,州=0,其余每个文字代表一个数码,不同的文字代表不同的数码,请你回答:这五位数”发发发发发“=?
first,这道题没错;second,答案不可能是88888,不可能那么简单。再来一些答案嘛,还有其它的吗?

字:一、年、小、变、三、大、发
数:2,9,5,3,1,6,8
或:2,9,7,3,1,5,8
式:
29253
19263
20109
+20236
-------
88888


29273
19253
20109
+20253
------
88888

这是所有的组合了,而且题目中的“不同的文字代表不同的数码”,其中的“文字”不包括“漳州”二字
就是说这两个字的数字可以和其他字一样,但是其他字之间是不一样的

Private Sub START_Click()
Dim A As Integer
Dim B As Integer
Dim C As Integer
Dim D As Integer
Dim E As Integer
Dim F As Integer
Dim X As Integer
Dim JA As Integer
Dim JB As Integer
Dim JC As Integer
Dim JD As Integer
Dim JE As Integer
Dim JF As Integer

For A = 0 To 9
For B = 0 To 9
If B <> A Then
For C = 0 To 9
If C <> A And C <> B Then
For D = 0 To 9
If D <> A And D <> B And D <> C Then
For E = 0 To 9
If E <> A And E <> B And E <&g