Hello Programming Pearls Codes for Programming Pearls 2nd edition. My problems and solutions Not found input data for testing Add codes to generate input sets. Run on Macos c code: cd <chapter folder> gcc <c file> && ./a.out c++ code: g++ <c++ file> && ./a.out && rm a.out