fork download
  1.  
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. class bfname
  7. {
  8. public:
  9. int you;
  10. string name;
  11.  
  12. bfname()
  13. {
  14. you = 1;
  15. name = "bfname";
  16. }
  17. };
  18.  
  19. class YourName
  20. {
  21. public:
  22. int me;
  23. string name;
  24.  
  25. YourName()
  26. {
  27. me = 1;
  28. name = "yourname";
  29. }
  30.  
  31. void myLoveforBF(int lvl, bfname &you)
  32. {
  33. if((me & you.you))
  34. {
  35. if(lvl == 100)
  36. {
  37. cout << "it's now so deep not the stack, ints, longs or even long longs can handle it" <<endl << "I just want you to know that i really love you " + you.name << endl;
  38. cout << endl << endl;
  39. cout << "WWW WWW .W. WWWWWWW, WWWWWWW, 'WWW. .WWW' "<<endl;
  40. cout << "WWW WWW .WWW. WWW WWW WWW WWW 'WWW WWW'"<<endl;
  41. cout << "WWWWWWWW .WW WW. WWWWWWW' WWWWWWW' 'WWWWW'"<<endl;
  42. cout << "WWW WWW .WWWWWWW. WWW WWW 'WWW'"<<endl;
  43. cout << "WWW WWW .WWW WWW. WWW WWW WWW"<<endl;
  44. cout << endl << endl;
  45. cout << " .,,. .,,." << endl;
  46. cout << ":XXXX,XXXX: .SSSSSSS'" << endl;
  47. cout << "'XXXXXXXXX' .SSSSSSSS,WW:, .''':,." << endl;
  48. cout << " ':XXXXX:' .SSSSSSSSSS:WWW:, '::," << endl;
  49. cout << " 'XXX' .SSSSSSSSS,WWW( )WW '::, '////" << endl;
  50. cout << " ':' SSSSSSSSSSSS'WWWWWWD '::,////" << endl;
  51. cout << " ,. SSSSSSS(((SSSWWWWW ,WW//:.'.W." << endl;
  52. cout << " ,((() 'SSSSSS(((WWWWWWWWWW) //'W,:WWWW'" << endl;
  53. cout << " ,(((((() 'SSSSSS((WWWWWWWWWW) // 'WWW,WWW" << endl;
  54. cout << " .,(((((((()) 'SSSSWWWWWWWWWWW' // .WWWWW:," << endl;
  55. cout << " .,((((((((((())), SSWWWWWWWWWW' // ,WWWW' ':," << endl;
  56. cout << " .,((((((((((((((())))),.,,,,WWWWWWWWWW:, // ,WWWWW' ':" << endl;
  57. cout << "'((((((((((((((((((((()))))WWWWWWWWWWWWWVVVV//WWWWW:,.,WWWWW' :" << endl;
  58. cout << "((((((((((((((((((()))(WWWWWWWWWWWWWWVVVVVVWWWWWWWWWWWWW' '" << endl;
  59. cout << "((((((((((((((((()))(WWWWWWWWWWWWWVVVVVVVWWWWWWWWWWWW'" << endl;
  60. cout << "(((((((((((((())(()(WWWWWWWWW.VVVVVVVWWWWWWWWWWW:'" << endl;
  61. cout << " ((((((((())) ()(WWWWWW.VVVVVVV'WWWWWWW'' .,,. .,,." << endl;
  62. cout << " ((((())) ((WW,VVVVVVVVV'WWWWWWWWW :XXXX,XXXX:" << endl;
  63. cout << " WVVVVVVVVVV'WWWWWWWW:' 'XXXXXXXXX'" << endl;
  64. cout << " .,,. .,,. VVVVVVVVV'WWWWWWWWWW ':XXXXX:'" << endl;
  65. cout << ":XXXX,XXXX: .WVVVVVVV'WWWWWWWWWWWW 'XXX'" << endl;
  66. cout << "'XXXXXXXXX' .WWW''''',WWWWWWWWWWWW: ':'" << endl;
  67. cout << " ':XXXXX:' (())))WWWWWWWWWWWWWWWWW'" << endl;
  68. cout << " 'XXX' ((())))))WWWWWWWWWWWWWW'" << endl;
  69. cout << "' :' ((()))))))))WWWWWWWWWWW'" << endl;
  70. cout << " ()WWWWWW))))))))))))))))" << endl;
  71. cout << " :WWWWWWWWW)))))))))))))) .,,. .,,." << endl;
  72. cout << " WWWWWWWWWWW)))))))WWWWW. :XXXX,XXXX:" << endl;
  73. cout << " :WWWWWWWWWW')))))WWWWWWWW. 'XXXXXXXXX'" << endl;
  74. cout << " WWWWWWWWWW' 'WWWWWWWWWWWW ':XXXXX:'" << endl;
  75. cout << " .,,:WWWW:,WWWWWWWWW' 'WWWWWWWWWWW 'XXX'" << endl;
  76. cout << " ,WWWWWWWWWWWWWWWWWW' 'WWWWWWWWW ':'" << endl;
  77. cout << " ,WWWWWWWWWWWWWWWWWW' 'WWWWWWWW," << endl;
  78. cout << " WWWWWWW' '':WWW:' 'WWWWWWWW" << endl;
  79. cout << ".WWWWWWW' .WWWWWWWWW" << endl;
  80. cout << "''W'W'WW ,WWWWWWWWW' .,,. .,,." << endl;
  81. cout << " '' ,WWWWWWWW' :XXXX,XXXX:" << endl;
  82. cout << " .,,. .,,. .WWWWWW:' 'XXXXXXXXX'" << endl;
  83. cout << " :XXXX,XXXX: .WWWWWWW' ':XXXXX:'" << endl;
  84. cout << " 'XXXXXXXXX' WWWWWW' 'XXX'" << endl;
  85. cout << " ':XXXXX:' WWWWW' ':'" << endl;
  86. cout << " 'XXX' WWWW." << endl;
  87. cout << " ':' 'WWWWW," << endl;
  88. cout << " '' ''" << endl;
  89. cout << endl << endl;
  90. cout << "W WW .WW. WW WWWWWW WW. WW WWWWWW WW WW. WW WWWWWW ,WWWW." << endl;
  91. cout << "W. .WW .WWWW. WW WW WWW.WW WW WW WWW.WW WW WW" << endl;
  92. cout << "WW WW'.WW WW. WW WWWW WWWWWW WW WW WWWWWW WWWW 'WWWW," << endl;
  93. cout << "'WWWW'.WWWWWWWW. WW WW WW'WWW WW WW WW'WWW WW WW" << endl;
  94. cout << " 'WW'.WW WW.WWWWWW WWWWWW WW 'WW WW WW WW 'WW WWWWWW 'WWWW'" << endl;
  95.  
  96. cout << " WWWWW:. .WW. 'WW. .WW'" << endl;
  97. cout << " WW 'WW. .WWWW. 'WW..WW'" << endl;
  98. cout << " WW :W: .WW WW. 'WW'" << endl;
  99. cout << " WW .WW .WWWWWWWW. WW" << endl;
  100. cout << " WWWWWW W W WW " << endl;
  101. return;
  102. }
  103. else
  104. {
  105. cout << "and deeper ";
  106. myLoveforBF(lvl + 1,you);
  107. }
  108. }
  109. }
  110. };
  111.  
  112. int main()
  113. {
  114. bfname you;
  115. YourName me;
  116. cout << "my love for you grows deeper ";
  117. me.myLoveforBF(0,you);
  118. }
  119.  
Success #stdin #stdout 0.01s 5316KB
stdin
Standard input is empty
stdout
my love for you grows deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper and deeper it's now so deep not the stack, ints, longs or even long longs can handle it
I just want you to know that i really love you bfname


WWW  WWW      .W.      WWWWWWW,  WWWWWWW, 'WWW. .WWW' 
WWW  WWW     .WWW.     WWW  WWW  WWW  WWW  'WWW WWW'
WWWWWWWW    .WW WW.    WWWWWWW'  WWWWWWW'   'WWWWW'
WWW  WWW   .WWWWWWW.   WWW       WWW         'WWW'
WWW  WWW  .WWW   WWW.  WWW       WWW          WWW


 .,,. .,,.
:XXXX,XXXX:                   .SSSSSSS'
'XXXXXXXXX'                 .SSSSSSSS,WW:,  .''':,.
 ':XXXXX:'                .SSSSSSSSSS:WWW:,       '::,
   'XXX'                 .SSSSSSSSS,WWW( )WW        '::,  '////
    ':'                  SSSSSSSSSSSS'WWWWWWD         '::,////
                   ,.    SSSSSSS(((SSSWWWWW          ,WW//:.'.W.
                 ,((()   'SSSSSS(((WWWWWWWWWW)        //'W,:WWWW'
               ,(((((()   'SSSSSS((WWWWWWWWWW)      //   'WWW,WWW
            .,(((((((())    'SSSSWWWWWWWWWWW'     //     .WWWWW:,
         .,((((((((((())),     SSWWWWWWWWWW'    //      ,WWWW' ':,
     .,((((((((((((((())))),.,,,,WWWWWWWWWW:, //       ,WWWWW'  ':
'((((((((((((((((((((()))))WWWWWWWWWWWWWVVVV//WWWWW:,.,WWWWW'    :
((((((((((((((((((()))(WWWWWWWWWWWWWWVVVVVVWWWWWWWWWWWWW'    '
((((((((((((((((()))(WWWWWWWWWWWWWVVVVVVVWWWWWWWWWWWW'
(((((((((((((())(()(WWWWWWWWW.VVVVVVVWWWWWWWWWWW:'
    ((((((((())) ()(WWWWWW.VVVVVVV'WWWWWWW''      .,,. .,,.
       ((((()))   ((WW,VVVVVVVVV'WWWWWWWWW       :XXXX,XXXX:
                    WVVVVVVVVVV'WWWWWWWW:'       'XXXXXXXXX'
 .,,. .,,.             VVVVVVVVV'WWWWWWWWWW          ':XXXXX:'
:XXXX,XXXX:          .WVVVVVVV'WWWWWWWWWWWW            'XXX'
'XXXXXXXXX'         .WWW''''',WWWWWWWWWWWW:             ':'
 ':XXXXX:'        (())))WWWWWWWWWWWWWWWWW'
   'XXX'         ((())))))WWWWWWWWWWWWWW'
'    :'         ((()))))))))WWWWWWWWWWW'
                ()WWWWWW))))))))))))))))
                :WWWWWWWWW))))))))))))))     .,,. .,,.
                WWWWWWWWWWW)))))))WWWWW.    :XXXX,XXXX:
               :WWWWWWWWWW')))))WWWWWWWW.   'XXXXXXXXX'
               WWWWWWWWWW'  'WWWWWWWWWWWW    ':XXXXX:'
     .,,:WWWW:,WWWWWWWWW'    'WWWWWWWWWWW      'XXX'
    ,WWWWWWWWWWWWWWWWWW'       'WWWWWWWWW       ':'
   ,WWWWWWWWWWWWWWWWWW'         'WWWWWWWW,
  WWWWWWW'   '':WWW:'           'WWWWWWWW
.WWWWWWW'                      .WWWWWWWWW
''W'W'WW                      ,WWWWWWWWW'          .,,. .,,.
      ''                     ,WWWWWWWW'           :XXXX,XXXX:
      .,,. .,,.             .WWWWWW:'             'XXXXXXXXX'
     :XXXX,XXXX:         .WWWWWWW'                 ':XXXXX:'
     'XXXXXXXXX'         WWWWWW'                     'XXX'
      ':XXXXX:'           WWWWW'                      ':'
        'XXX'              WWWW.
         ':'               'WWWWW,
                            '' ''


W    WW  .WW.    WW     WWWWWW WW. WW WWWWWW WW WW. WW WWWWWW ,WWWW.
W.  .WW .WWWW.   WW     WW     WWW.WW   WW   WW WWW.WW WW     WW
WW  WW'.WW  WW.  WW     WWWW   WWWWWW   WW   WW WWWWWW WWWW   'WWWW,
'WWWW'.WWWWWWWW. WW     WW     WW'WWW   WW   WW WW'WWW WW         WW
 'WW'.WW      WW.WWWWWW WWWWWW WW 'WW   WW   WW WW 'WW WWWWWW 'WWWW'
                  WWWWW:.     .WW.  'WW.  .WW'
                  WW  'WW.   .WWWW.  'WW..WW'
                  WW   :W:  .WW  WW.   'WW'
                  WW  .WW  .WWWWWWWW.   WW
                  WWWWWW    W      W    WW