Computes n! in both Python and C++ and compares the time. Python orchestrates the benchmark. C++ does the calculation using the GMP big-integer library. [benchmark] n ...