#include<stdio.h> int main() { int i=0; while(i<10) printf("%d ",i++); return 0; }
[此贴子已经被作者于2016-4-9 16:08编辑过]