计算s=1+3+5+7+.+99 c语言编写

来源:学生作业学帮网 编辑:学帮网 时间:2024/07/08 00:31:48

计算s=1+3+5+7+.+99 c语言编写

#include
void main()
{
int s=0,i=1;
for(;i