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






有帮助,赞一个