这可能是最简单的方法吧
2026-07-17 12:16:46
发布于:云南
11阅读
0回复
0点赞
注意:只用于C++代码
#include <iostream>
using namespace std;
int main () {
int a,b;
cout << "* *" << endl;
cout << " * * " << endl;
cout << " * * " << endl;
cout << " * " << endl;
cout << " * * " << endl;
cout << " * * " << endl;
cout << "* *" << endl;
return 0;
}
全部评论 1
-
* -
-
*-
-
-
*
1周前 来自 浙江
0-










有帮助,赞一个