Advertisement
Guest User

netochno

a guest
Feb 19th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. main()
  4. { cout <<"wwedi chislo!!!";
  5. int b;
  6. cin >>b;
  7. int a=0;
  8. int t=0;
  9. int s=b;
  10. int f=0;
  11. int d=0;
  12. int e=0;
  13.  
  14. while (a<b) {
  15. t=0;
  16. while (t<s) {cout <<" ";
  17. t=t+1;}s=s-1;
  18. f=0;
  19. while (f<=a) {cout <<"*";
  20. f=f+1;}
  21. e=0;
  22. while (e<a) {cout <<"*";
  23. e=e+1;}
  24. a=a+1; cout <<endl;}
  25. while (d<b) {cout <<" ";d=d+1;}cout <<"*";
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement