> 其他 >
编写程序,求m=1!+2!+3!+……+10!的值.要求用循环语句写出源程序.
人气:304 ℃ 时间:2020-08-28 02:41:45
解答
int GetValue(void)
{
int a=0,b=1;
for(int i=1;i
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版