这里有坑!注意“*”的宽度!!
2026-07-03 21:06:43
发布于:云南
2阅读
0回复
0点赞
仔细阅读!仔细阅读!仔细阅读!重要的事说三遍!!!
#include <iostream>
using namespace std;
int main(){
cout << " * " << endl;
cout << " * * " << endl;
cout << " * * " << endl;
cout << "* *" << endl;
cout << " * * " << endl;
cout << " * * " << endl;
cout << " * " << endl;
return 0;
}/*这里有坑!注意“*”的宽度!!*/
这里空空如也



有帮助,赞一个