Advertisement
Hamikadze

Untitled

Oct 31st, 2020
677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.63 KB | None | 0 0
  1. /******************************************************************************
  2.  
  3.                               Online C++ Compiler.
  4.                Code, Compile, Run and Debug C++ program online.
  5. Write your code in this editor and press "Run" button to compile and execute it.
  6.  
  7. *******************************************************************************/
  8.  
  9. #include <iostream>
  10. #include <stdio.h>
  11.  
  12. using namespace std;
  13.  
  14. int main()
  15. {
  16.     printf("    Ж\n");
  17.     printf("   ЖЖЖ\n");
  18.     printf("  ЖЖЖЖЖ\n");
  19.     printf(" ЖЖЖЖЖЖЖ\n");
  20.     printf("  HH HH\n");
  21.     printf("  ZZZZZ\n");
  22.  
  23.     return 0;
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement