#include <stdio.h>
main()
{
int i,s=0;
if(i=100;i>0;i--)
s+=i;
}
printf("s=%d\ni=%d\n",s,i);
if条件写的什么鬼。。那是for循环。。
点赞
扫一扫分享朋友圈
二维码
分享
你确定要删除这个问题吗?