Language
C++
Compiler
gcc HEAD 12.0.1 20220118 (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.83697 seconds
Euclid : result=4990025251834694 in 3.30284 seconds
Simple Euclid : result=4990025251834694 in 2.51167 seconds
Simple Euclid 2 : result=4990025251834694 in 1.86981 seconds
Table Euclid : result=4990025251834694 in 1.07563 seconds
Exit Code:
0