0:00:00
-1208 days 22:22:59
Contest is over

CSCI 490 Week 2


Time elapsed

147:59:59

Time Remaining

0:00:00

Starts in

-1208 days 22:22:59

Ends in

-1202 days 18:23:00

Start

2022-05-23 16:00 CEST

End

2022-05-29 19:59 CEST

Visit Scoreboard
Log in

CSCI 490 Week 2

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