例6.1

int main() { int i,a[10]; for(i=0;i<=9;i++) a[i]=i; for(i=9;i>=0;i--) printf("%d",a[i]); printf("\n"); return 0; }
相關文章
相關標籤/搜索