0:00:00
-2024 days 22:45:26
Assignment is over

02. CS2040C PS1


Time elapsed

335:59:59

Time Remaining

0:00:00

Starts in

-2024 days 22:45:26

Ends in

-2010 days 22:45:27

Start

2019-08-24 02:00 CEST

End

2019-09-07 01:59 CEST

Visit Results
Log in

02. CS2040C PS1

Ada

Compiler settings

We use gnatmake 13.3.0 to compile your program with the following command:

$ gnatmake -g -O2 -o {executable} {mainfile}

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).
  • {executable} is the compiled executable.

File Extensions

Files with any of the following file extensions will be used: .adb, .ads

Additional information

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