Home > Back-end >  Explain the process of solution
Explain the process of solution

Time:11-13

Void main ()
{int I, s, x;
S=0;
X=15;
for(i=1; I <=5; I++)
If (I==0) x % s=s + I;
Printf (" I=% d, s=% d \ n ", I, s);
}
  • Related