摘要: #include <bits/stdc++.h> using namespace std; int main(){ int a,b,t; cin>>a; char n; b=2*(a-1)+1; for(int i=1;i<=a;i++){ cout<<setw(b-i); t=64; for(in 阅读全文
posted @ 2024-07-22 15:43 fushuxuan1 阅读(16) 评论(0) 推荐(0)