110:17:19
-2 days 9:42:41
Contest is over

CSUMB Programming Team Workshop Fall '25 Wk 9


Time elapsed

57:42:41

Time Remaining

110:17:19

Starts in

-2 days 9:42:41

Ends in

4 days 14:17:19

Start

2025-10-31 22:00 CET

End

2025-11-07 22:00 CET

Visit Scoreboard
Log in
 

CSUMB Programming Team Workshop Fall '25 Wk 9

OCaml

Compiler settings

We use ocamlopt 4.14.1 to compile your program with the following command:

$ ocamlopt -o {executable} unix.cmxa str.cmxa bigarray.cmxa {files}

  • {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: .ml

Additional information

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