8850:01:19
-3 days 5:58:41
Assignment is over

Problem set 03 - Common data structures


Time elapsed

77:58:41

Time Remaining

8850:01:19

Starts in

-3 days 5:58:41

Ends in

368 days 18:01:19

Start

2026-03-24 17:00 GMT

End

2027-03-31 17:00 GMT

Visit Results
Log in
 

Problem set 03 - Common data structures

Lua

Compiler settings

We use luac 5.4.6 to compile your program with the following command:

$ luac -o {executable} {mainfile}

  • {mainfile} is the entrypoint file (you can specify which file this is when submitting).
  • {executable} is the compiled executable.

Runtime settings

We use lua 5.4.6 to run your program with the following command:

$ lua {executable}

  • {executable} is the compiled executable.

File extensions

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

Additional information

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