jammer312

medved

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