摘要: #include<fstream.h>main(){ int a[10]={0}; for(int i=0;i<9;i++) { a[i+1]=a[i]*10+i+1; cout<<a[i]<<endl; } ofstream rs("ok2002com.bin",ios::binary);//打开 阅读全文
posted @ 2011-08-27 15:43 小 楼 一 夜 听 春 雨 阅读(18523) 评论(0) 推荐(0)