#include void pentla(); using namespace std; int main() { int a,i; cout<<"Podaj liczbe: "<>a; for(i=a;i>0;i--) { pentla(); cout<