591:31:33
-37 days 13:28:27
Assignment is over

Homework 9: Combinatorial Search


Time elapsed

901:28:27

Time Remaining

591:31:33

Starts in

-37 days 13:28:27

Ends in

24 days 15:31:33

Start

2025-04-01 19:00 CEST

End

2025-06-03 00:00 CEST

Visit Results
Log in
 

Homework 9: Combinatorial Search

Crystal

Compiler settings

We use crystal 1.15.1 to compile your program with the following command:

$ crystal build {mainfile} -O 2 -o {executable} --no-color

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

Additional information

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