main() { int a=1,i; float t,s=1; for(i=2;i<=100;i++) 工 { a=-a; t=(float)a/i; s=s+t; } printf("s=%f\n",s); }