#P2180. 奇数偶数和
奇数偶数和
题目描述
利用for循环,分别计算1—100中奇数的和、偶数的和。输入格式
无输入。输出格式
两行,第一行输出“the sum of odd numbers 1 to 100 is : ”奇数和,第二行输出“the sum of even numbers 1 to 100 is : ”偶数和。(仔细对照样例输出)
the sum of odd numbers 1 to 100 is : 2500
the sum of even numbers 1 to 100 is : 2550
Hint
输出的英文间隔都为一个空格相关
在以下作业中: