73:52:59
-3 days 22:07:01
Contest is over

CPC@OSU -- October Contest


Time elapsed

94:07:01

Time Remaining

73:52:59

Starts in

-3 days 22:07:01

Ends in

3 days 1:52:59

Start

2025-10-31 00:05 CET

End

2025-11-07 00:05 CET

Visit Scoreboard
Log in
 

CPC@OSU -- October Contest

Dart

Compiler settings

We use dart 3.9.4 to compile your program with the following command:

$ dart compile exe -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: .dart

Additional information

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