#include "stdio.h"int main(int argv,char *argc[]){ int n; double s,t; for(t=s=n=1;t>=1.0E-6;s+=t/=n++); printf("e≈%f\n",s); return 0; }
运行结果: