490685:22:45
-8 days 18:37:15
Assignment is over

Exercise 04: Greedy Problems and Dynamic Programming II


Time elapsed

210:37:15

Time Remaining

490685:22:45

Starts in

-8 days 18:37:15

Ends in

20445 days 5:22:45

Start

2026-01-01 01:00 CET

End

2082-01-01 01:00 CET

Visit Results
Log in
 

Exercise 04: Greedy Problems and Dynamic Programming II

Elixir

Compiler settings

We use elixirc 13.2.2.5 to compile your program with the following command:

$ elixirc {files}

  • {files} is a space-separated list of all files.

Runtime settings

We use elixir to run your program with the following command:

$ elixir -pa /src -e {mainclass}

  • {mainclass} is the class containing your main function.

File extensions

Files with any of the following file extensions will be used: .ex

Additional information

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