fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.  
  7. ios::sync_with_stdio(false);
  8. cin.tie(nullptr);
  9.  
  10.  
  11.  
  12.  
  13. cout <<"*** ******* ******* *** *** **********"<<endl;
  14. cout <<"*** *** *** *** *** *** *** "<<endl;
  15. cout <<"*** *** * *** *** *** *** "<<endl;
  16. cout <<"*** *** *** *** *** ******** "<<endl;
  17. cout <<"*** *** *** *** *** *** "<<endl;
  18. cout <<"*** *** *** *** *** *** "<<endl;
  19. cout <<"********* ******* ***** **********"<<endl;
  20.  
  21.  
  22.  
  23.  
  24.  
  25. return 0;
  26. }
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
***     ******* ******* ***       ***  **********
***    ***    ***    *** ***     ***   ***       
***    ***     *     *** ***     ***   ***       
***     ***         ***   ***   ***    ********  
***      ***       ***     *** ***     ***       
***       ***     ***      *** ***     ***       
*********   *******         *****      **********