177d 21h 56m 58s
-156 days 2:03:01
Assignment is over

Lab 1


Time elapsed

156d 2h 3m 2s

Time Remaining

177d 21h 56m 58s

Starts in

-156 days 2:03:01

Ends in

177 days 21:56:58

Start

2024-11-01 01:00 CET

End

2025-10-01 02:00 CEST

Visit Results
Log in
 

Lab 1

C++ with GMP

Compiler settings

We use g++-14 14.2.0 to compile your program with the following command:

$ g++-14 -g -O2 -o {executable} -std=gnu++23 {files} -lgmpxx -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: .cpp, .cc, .C, .cxx, .c++

Additional information

Additional language-specific advice and information for many languages is available in the knowledge base