Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 354 Bytes

DiffIntFactorTriplet-cpp

A simple C++ program used to sets of three integer factors that are different and have a common product. This was ported from my original Python script.

Usage

After compiling the program, simply run the program and type in an integer, and press Enter/Return. It is a lot faster than the Python version, as it is compiled.