qsr10250030 |
|
|||
saturn |
日歷
統計
導航常用鏈接留言簿(2)隨筆檔案(15)金屬網我的編程
搜索最新評論
閱讀排行榜評論排行榜 |
#include<iostream>
using namespace std; int main(){ ?int i,j,k; ?for(i=1;i<5;i++) ?{for(j=5-i;j>=0;j--) ???? cout<<" "; ?? for(k=0;k<2*i-1;k++) ???? cout<<"*"; ?? cout<<endl; ?} ?for(i=5;i>0;i--) ?{for(j=5-i;j>=0;j--) ???? cout<<" "; ?? for(k=0;k<2*i-1;k++) ???? cout<<"*"; ?? cout<<endl; ?} ? ?return 0; }
|
![]() |
|
Copyright © 快樂蝴蝶飛 | Powered by: 博客園 模板提供:滬江博客 |