题目
编写程序,求1到100之间的奇数之和及偶数之和,并将两者输出
用C语言编写,要用函数
用C语言编写,要用函数
提问时间:2020-12-04
答案
解法1:
#include
int F1()
{
return 50*(1+99)/2;
}
int F2()
{
return 50*(2+100)/2;
}
void main()
{
printf("Odd number sum=%d,Even number sum=%d ",F1(),F2());
}
解法2
#include
int F1()
{
int i,sum=0;
for(i=1;i
#include
int F1()
{
return 50*(1+99)/2;
}
int F2()
{
return 50*(2+100)/2;
}
void main()
{
printf("Odd number sum=%d,Even number sum=%d ",F1(),F2());
}
解法2
#include
int F1()
{
int i,sum=0;
for(i=1;i
举一反三
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
1,人们染上烟瘾,最终因吸烟使自己丧命.
最新试题
- 1已知函数f(x)=cos2x+3sinxcosx+1,x∈R. (1)求证f(x)的小正周期和最值; (2)求这个函数的单调递增区间.
- 2The sock near the bed are his改一般疑问句
- 3检验纯碱中含有碳酸根离子的实验过程中发生那两个化学反应
- 4关于It seemed as if
- 5什么是道德义务
- 6They enjoyed themselves listening to music.(改为同义句)
- 7I spent half an hour arriving at the top of the mountain.同义句
- 8求8.64+x=13.58中的未知数x时,要在方程两边同时( ),则x=(
- 9描写乡村生活的古诗.多一点
- 10在矩形abcd中,ab=根号2,bc=2,对角线ac,bd相交于点o,过点o做oe垂直ac交ad于点e,则ae的长是?
热门考点