摘要: #include<iostream>#include<iomanip>using namespace std;void main(){ int n,k; cout<<"请输入行数:"<<endl; cin>>k; for(n=1;n<=k;n++) { /*cout.width(20-n); cout.fill(' '); cout<<" "; cout.width(2*n-1); cout.fill('B'); cout<<&quo 阅读全文
posted @ 2012-09-15 10:31 myth_HG 阅读(147) 评论(0) 推荐(0) 编辑