#include #include void triangle(int h) { int i; int j; int e; for (i=0;i<=h;i++){ for (j=h-i;j>0;j--){ } for (e=0;e