明明有printf语句输出却什么都没有

img

img

在for循环开始设置e=0;
for(i=a;i<=b;i++)
{
e=0;
for(j=2;j<=i;j++)
...
}

请问是哪里错了