Hamikadze

Untitled

Oct 31st, 2020
761
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.68 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. #include <iomanip>
  12.  
  13. using namespace std;
  14.  
  15. int main()
  16. {
  17.     printf("    Вася\n");
  18.     printf("        пошёл\n");
  19.     printf("            гулять\n");
  20.     printf("                в лес\n");
  21.     printf("                    за грбами\n");
  22.  
  23.     return 0;
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment