C with GMP

Compiler settings

We use gcc 11.4.0 to compile your program with the following command:

$ gcc -g -O2 -std=gnu11 -o {executable} {files} -lm -lgmp

  • {files} is a space-separated list of all files.
  • {executable} is the compiled executable.

File Extensions

Files with any of the following file extensions will be used: .c