编写函数fun其功能是:求1到w之间的奇数 数之和.(w是100〈=w〈=1000的整数)
问题描述:
编写函数fun其功能是:求1到w之间的奇数 数之和.(w是100〈=w〈=1000的整数)
答
int fun(w)
{
int sum = 0;
for(int i = 1 ; i