本帖最後由 王瑞喻 於 2020-6-7 21:14 編輯
- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- for(int i=1; i>=5; i++)
- {
- for(int j=1; j<=5-i; j++)
- {
- cout<<" "
- }
- for(k=1; k<=i*2-1; k++)
- {
- cout<<6-i;
- }
- cout<<endl;
- }
- system("pause");
- return 0;
複製代碼本帖隱藏的內容需要積分高於 10 才可瀏覽 |