" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2025 KUDO.TIPS - All rights reserved.
dziękuję. ;)
jbc. naj się należy temu wyżej ^^
int a =0; int b=1; for(int z=0; z<3;z++) { for(int i= 1; i>=a ;i--) { cout<<" "; } for(int j=0;j<b;j++) { cout<<"*"; } cout << endl; a++; b+=2; } for(int z=0; z<2;z++) { for(int i= 3; i>=a ;i--) { cout<<" "; } for(int j=4;j<b;j++) { cout<<"*"; } cout<<endl; a--; b-=2; }