Advertisement
AABELLUS

ы

Jan 14th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.54 KB | None | 0 0
  1. #include <iostream>
  2. #include <locale.h>
  3.  
  4. #if !defined (_MSC_VER) || _MSC_VER < 1400
  5. #error Wrong compiler! Use MSVS 8.0
  6. #endif
  7.  
  8. #define НАЧЕЛ      {
  9. #define КОНЧЕЛ     ;}
  10. #define ТИПА       int
  11. #define ВДРУГ      if (
  12. #define ТАДА       )
  13. #define НИХРИНА    else
  14. #define ВЗАД       return
  15. #define КАГДИЛА    (
  16. #define ЙО         ;
  17. #define ЖЖОШ(p,n)  for (; (p) <= (n); (p)++)
  18.  
  19. #define БАЗАР      std::cout <<
  20. #define СЛЫШЬ      <<
  21. #define СТОЙ       system ("echo. & pause");
  22. #define БЛИН       _wsetlocale (LC_ALL, L"Russian_Russia.ACP");
  23.  
  24. #define ВРОДЕ      try
  25. #define ИБАНУЦЦО   throw
  26. #define АПСТЕНУ    catch (const char* __чё__)
  27.  
  28. #define ПРЕВЕД     ТИПА main КАГДИЛА ТАДА
  29. #define МЕДВЕД     ВЗАД 0; КОНЧЕЛ
  30.  
  31. ТИПА КРУТО КАГДИЛА ТИПА фигня ТАДА
  32.     НАЧЕЛ
  33.     БАЗАР "ВАЩЕ " ЙО
  34.     ВДРУГ фигня == 8 ТАДА ИБАНУЦЦО "мля! " ЙО
  35.     ВЗАД 0
  36.     КОНЧЕЛ
  37.  
  38. ПРЕВЕД
  39.     НАЧЕЛ
  40.     БЛИН
  41.  
  42.     ВРОДЕ НАЧЕЛ
  43.  
  44.     ТИПА фишка = 0 ЙО
  45.  
  46.     ЖЖОШ (фишка, 10)
  47.         НАЧЕЛ
  48.         БАЗАР фишка СЛЫШЬ " ";
  49.         ВДРУГ фишка >= 5 ТАДА КРУТО (фишка) ЙО
  50.         КОНЧЕЛ
  51.  
  52.     КОНЧЕЛ АПСТЕНУ НАЧЕЛ
  53.         БАЗАР "ИБАНУЦЦО invoked: " СЛЫШЬ __чё__;
  54.     КОНЧЕЛ
  55.  
  56.     СТОЙ
  57.     МЕДВЕД
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement