#include int main() { int i,j,k; for(i=1;i<=6;i++) { for(j=1;j<=(6-i)*2;j++) { cout<<' '; } cout; for(k=i;k>0;k--) cout<