标签:通过 string bsp nbsp 过程 tchar return 整数 class
#include <algorithm> #include <iostream> #include <cstring> #include <cstdio> #include <vector> #include <cmath> #include <queue> #include <deque> #include <cmath> #include <map> using namespace std; typedef long long ll; const double inf=1e20; const int maxn=1e5+10; const int mod=1e9+7; int main(){ char a; int n; int o=0; while(scanf("%c",&a)!=EOF){ if(a==‘@‘)break; getchar(); scanf("%d",&n); getchar(); if(o)printf("\n"); o=1; int k=-1; for(int i=1;i<n;i++){ for(int j=n-i;j>0;j--)printf(" "); printf("%c",a); for(int j=0;j<k;j++)printf(" "); k+=2; if(i!=1)printf("%c",a); printf("\n"); } for(int i=0;i<2*n-1;i++)printf("%c",a); printf("\n"); } return 0; }
标签:通过 string bsp nbsp 过程 tchar return 整数 class
原文地址:https://www.cnblogs.com/wz-archer/p/12454306.html