[此贴子已经被作者于2005-5-28 0:10:16编辑过]
#include <stdio.h>
void main() { int i=0; while (++i<=1) printf("%d\t",i); printf("%d\n",i); }