A433.输出图形2题解:
2026-02-13 21:48:25
发布于:四川
0阅读
0回复
0点赞
A433.输出图形2题解:
骗测试点习惯了,懒得弄
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << " * * * *" << endl;
cout << " * *" << endl;
cout << " * *" << endl;
cout << "* * * *" << endl;
return 0;
}
这里空空如也






有帮助,赞一个