编写:*
* *
* * *
* *
*
编写:*
* *
* * *
* *
*
自己加上头文件和域名,我没编辑器应该没问题。
main()
{
for(int i=0;i<3;i++){
for(int j=0;j<=i;j++){
cout<<"*";
}
cout<<endl;
}
for(int i=2;i>0;i--){
for(int j=0;j<i;j++){
cout<<"*";
}
cout<<endl;
}
}
名头加上
#include <stido.h>