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