数学题:北京奥运会乘4=会运奥京北中的北是?京是?运是?会是?
发布网友
发布时间:2022-05-02 21:47
我来回答
共4个回答
热心网友
时间:2022-06-27 13:59
北是2,京是1,奥是9,运是7,会是8,算式是21978*4=87912
热心网友
时间:2022-06-27 14:00
用asp程序给你编了个:
<%
for a=1 to 9
for b=1 to 9
for c=1 to 9
for d=1 to 9
for e=1 to 9
if (10000*a+1000*b+100*c+10*d+e)*4=10000*e+1000*d+100*c+10*b+a then
response.Write "a="&a&"<br>"
response.Write "b="&b&"<br>"
response.Write "c="&c&"<br>"
response.Write "d="&d&"<br>"
response.Write "e="&e&"<br>"
end if
next
next
next
next
next
%>
结果是:
a=2
b=1
c=9
d=7
e=8
呵呵 好多人都答对了
热心网友
时间:2022-06-27 14:00
北是2,京是1,奥是9,运是7,会是8,
21978乘4=87912
热心网友
时间:2022-06-27 14:01
北4京4运4会4