>
其他
>
【紧急求助】编写程序,求10-1000之间所有能被4整除余3,被7整除余4,被9整除余4的数的平方和
人气:179 ℃ 时间:2019-11-14 03:40:56
解答
楼上的写这么长,这个程序很简单啊
private sub form_click()
dim x as double,i as single
for i = 10 to 1000
if i mod 4 =3 and i mod 7 =4 and i mod 9=4 then x = x + i * i
next i
print x
end sub
推荐
求1000以内被37整除的数的平方和
10到150之间能被3和7整除的数的平方和
某数被3整除余1被5整除为2,被7整除5,求适合条件的最小数,若此数在900-1000之
1-1000中,能被2或3整除的数有几个?
1000中,能被2或3整除的数有多少个?怎么求?
帮忙配个情侣的签名:When I am out ,take me as the wind.字数意思都相对的,
请帮翻译成中文 nine six nine zero eight eight nine six two
I first poured some oil into the pot,waited for a moment and then put the vegetables into it.翻译
猜你喜欢
复活节的习俗.用英文,最好有中文翻译附在后面,大概两三行就好.
四氧化三铅与硝酸反应现象是什么
当向某溶液滴加AgNO3溶液后有白色沉淀产生,再滴加稀硝酸时白色沉淀不溶解,则可推断该溶液中含有Cl-.
0.83公斤一米,每根材料是三米,等于多少克?
商务英语短文一篇,条件如下:
what do you want to ____?i want some fruits.
学校大门做成的伸缩门,这是应用了平行四边形的_的特性.
英语翻译
© 2025 79432.Com All Rights Reserved.
电脑版
|
手机版