参考图片中的红框部分:
1. i<=9;i++2. tmp=13. j<=i4. tmp*=i5. sum+=tmp
#includevoid main(){ long s=0,t=1; int i,j; for(i=1;i<=4;i++)