#include<iostream> using namespace std; int main () { int a; while(cin>>a) { for(int i=1;i<=a+1;i++) //输出上半部分——金字塔 &nb...