#includeusing namespace std; int main(){ int n; cin>>n; int res=1; char ans='A'; for(int i=1;i<=n;i++){//前n行;i行号 for(int k=(2*n-1-res)/2;k>0;k--){ cout<<' '; } for(int j=res;j>0;j--){//res代表字母个数 cout< 0;k--){ cout<<' '; } for(int j=res;j>0;j--){//res代表字母个数 cout<



