- #include<iostream>
- #include<cstdlib>
- using namespace std;
- int main()
- {
- for(____________________)
- {
- for(____________________)
- cout<<"*";
- for(____________________)
- cout<<" ";
- for(____________________)
- cout<<"*";;
- cout<<endl;
- }
- for(____________________)
- {
- for(____________________)
- cout<<"*";
- for(____________________)
- cout<<" ";
- for(____________________)
- cout<<"*";
- cout<<endl;
- }
- cout<<endl;
-
- system("pause");
- return 0;
- }
複製代碼本帖隱藏的內容需要回復才可以瀏覽 |