#include #include std::string s1 = "Lolita, light of my life, fire of my loins. My sin, my soul"; std::string s2 = ". Lo-lee-ta: the tip of the tongue taking a trip of three s"; std::string s3 = "teps down the palate to tap, at three, on the teeth. Lo. Le"; std::string s4 = "e. Ta. "; std::string s5 = "She was Lo, plain Lo, in the morning, standing four"; std::string s6 = " feet ten in one sock. She was Lola in slacks. She was Doll"; std::string s7 = " y at school. She was Dolores on the dotted line. But in my "; std::string s8 = " arms she was always Lolita. "; std::string s9 = "Did she have a precursor? She"; std::string s10 = " did, indeed she did. In point of fact, there might have be"; std::string s11 = " en no Lolita at all had I not loved, one summer, a certain "; std::string s12 = " initial girl-child. In a princedom by the sea. Oh when? Abo"; std::string s13 = " ut as many years before Lolita was born as my age was that "; std::string s14 = " summer. You can always count on a murderer for a fancy pros"; std::string s15 = " e style. "; std::string s16 = "Ladies and gentlemen of the jury, exhibit number"; std::string s17 = " one is what the seraphs, the misinformed, simple, noble-wi"; std::string s18 = " nged seraphs, envied. Look at this tangle of thorns. "; std::string s19 = "I wa"; std::string s20 = "s born in 1910, in Paris. My father was a gentle, easy-goin"; std::string s21 = "g person, a salad of racial genes: a Swiss citizen, of mixe"; std::string s22 = "d French and Austrian descent, with a dash of the Danube in"; std::string s23 = " his veins. I am going to pass around in a minute some love"; std::string s24 = " ly, glossy-blue picture-postcards. He owned a luxurious hot"; std::string s25 = " el on the Riviera. His father and two grandfathers had sold"; std::string s26 = " wine, jewels and silk, respectively. At thirty he married "; std::string s27 = " an English girl, daughter of Jerome Dunn, the alpinist, and"; std::string s28 = " granddaughter of two Dorset parsons, experts in obscure su"; std::string s29 = " bjects--paleopedology and Aeolian harps, respectively. My v"; std::string s30 = " ery photogenic mother died in a freak accident (picnic, lig"; std::string s31 = " htning) when I was three, and, save for a pocket of warmth "; std::string s32 = " in the darkest past, nothing of her subsists within the hol"; std::string s33 = " lows and dells of memory, over which, if you can still stan"; std::string s34 = " d my style (I am writing under observation), the sun of my "; std::string s35 = " infancy had set: surely, you all know those redolent remnan"; std::string s36 = " ts of day suspended, with the midges, about some hedge in b"; std::string s37 = " loom or suddenly entered and traversed by the rambler, at t"; std::string s38 = " he bottom of a hill, in the summer dusk; a furry warmth, go"; std::string s39 = " lden midges. "; std::string s40 = "My mother's elder sister, Sybil, whom a cous"; std::string s41 = "in of my father's had married and then neglected, served in"; std::string s42 = " my immediate family as a kind of unpaid governess and hous"; std::string s43 = " ekeeper. Somebody told me later that she had been in love w"; std::string s44 = " ith my father, and that he had lightheartedly taken advanta"; std::string s45 = " ge of it one rainy day and forgotten it by the time the wea"; std::string s46 = " ther cleared. I was extremely fond of her, despite the rigi"; std::string s47 = " dity--the fatal rigidity--of some of her rules. Perhaps she"; std::string s48 = " wanted to make of me, in the fullness of time, a better wi"; std::string s49 = " dower than my father. Aunt Sybil had pink-rimmed azure eyes"; std::string s50 = " and a waxen complexion. She wrote poetry. She was poetical"; int main(){ std::cout << s1; std::cout<< s2; std::cout<< s3; std::cout<< s4; std::cout<< s5; std::cout<< s6; std::cout<< s7; std::cout<< s8; std::cout<< s9; std::cout << s10; std::cout<< s11; std::cout<< s12; std::cout<< s13; std::cout<< s14; std::cout<< s15; std::cout<< s16; std::cout<< s17; std::cout << s18; std::cout<< s19; std::cout<< s20; std::cout<< s21; std::cout<< s22; std::cout<< s23; std::cout<< s24; std::cout<< s25; std::cout << s26; std::cout<< s27; std::cout<< s28; std::cout<< s29; std::cout<< s30; std::cout<< s31; std::cout<< s32; std::cout<< s33; std::cout << s34; std::cout<< s35; std::cout<< s36; std::cout<< s37; std::cout<< s38; std::cout<< s39; std::cout<< s40; std::cout<< s41; std::cout << s42; std::cout<< s43; std::cout<< s44; std::cout<< s45; std::cout<< s46; std::cout<< s47; std::cout<< s48; std::cout<< s49; std::cout << s50; }