Language
C++
Compiler
gcc HEAD 12.0.0 20220116 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
Fermat : result=4990025251834694 in 3.82656 seconds
Euclid : result=4990025251834694 in 3.32045 seconds
Simple Euclid : result=4990025251834694 in 2.52363 seconds
Exit Code:
0