#include<stdio.h> int main(void) { float t=2.0,i=0.0; for(;i!=t;i+=0.2); printf("terminated\n"); return 0; } txi@ghosTunix:~$ date 2008年 05月 17日 星期六 07:47:27 CST
txi@ghosTunix:~$ date 2008年 05月 17日 星期六 07:47:27 CST