for(i=1;i<=100;i++)
{
sum=sum+flag*i;
flag=-flag;
i++;
}
本文标题:使用循环计算1-2+3-4+5-6+…-100的值?
本文链接:https://www.haomeiwen.com/subject/tubacctx.html
网友评论