fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes
  6. cout<<" *** ***"<<"\n";
  7. cout<<" ******* *******"<<"\n";
  8. cout<<"*******************"<<"\n";
  9. cout<<" *****************"<<"\n";
  10. cout<<" *************"<<"\n";
  11. cout<<" *********"<<"\n";
  12. cout<<" *****"<<"\n";
  13. cout<<" *"<<"\n";
  14. return 0;
  15. }
Success #stdin #stdout 0s 5324KB
stdin
Standard input is empty
stdout
   ***       ***
 *******   *******
*******************
 *****************
   *************
     *********
       *****
         *