#include int main() { int n; std::cout << "wprowadz wysokosc i podstawe choinki" << std::endl; std::cin >> n; for (int i=0; i<=n; i++) { for (int j=0; j